#870609

Color #870609 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #870609

Tints of Sangria #870609

Color information

#870609 (or 0x870609) is unknown color: approx Sangria. HEX triplet: 87, 06 and 09. RGB value is (135,6,9). Sum of RGB (Red+Green+Blue) = 135+6+9=150 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 135 - color contains mainly: red. Hex color #870609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870609 is #78F9F6. Grayscale: #2D2D2D. Windows color (decimal): -7928311 or 591495. OLE color: 591495.

HSL color Cylindrical-coordinate representation of color #870609: hue angle of 358.6º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870609 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13569-
CMYK00.960.930.47
HSL358.6º91.49%27.65%-
HSV(B)358.6º95.56%52.94%-
XYZ10.115.30.75-
YUV44.91107.74192.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 90%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 9 (3.91% from 255) = 6%
R=90%
G=4%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356900.960.930.47358.691.4927.65
Hex87690605D2F1675b1c
Octal20761101401355754713334
Binary100001111101001011000001011101101111101100111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870609; }

 p { color: rgb(135,6,9); }

 H1.HeaderClassName
 {
   color: #870609;
 }
 .AnyTagClassName
 {
   color: #870609;
 }
</style>
background-color css

<style>
 a { background-color: #870609; }

 a { background-color: rgb(135,6,9); }

 div.DivClassName
 {
   background-color: #870609;
 }
 .BgClassName
 {
   background-color: #870609;
 }
</style>
border-color css

<style>
 span { border-color: #870609; }

 span { border-color: rgb(135,6,9); }

 td.TdClassName
 {
   border-color: #870609;
 }
 .TagClassName
 {
   border-color: #870609;
 }
</style>