#870612

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

Shades of Sangria #870612

Tints of Sangria #870612

Color information

#870612 (or 0x870612) is unknown color: approx Sangria. HEX triplet: 87, 06 and 12. RGB value is (135,6,18). Sum of RGB (Red+Green+Blue) = 135+6+18=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #870612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870612 is #78F9ED. Grayscale: #2E2E2E. Windows color (decimal): -7928302 or 1181319. OLE color: 1181319.

HSL color Cylindrical-coordinate representation of color #870612: hue angle of 354.42º 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 #870612 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB135618-
CMYK00.960.870.47
HSL354.42º91.49%27.65%-
HSV(B)354.42º95.56%52.94%-
XYZ10.175.321.06-
YUV45.94112.24191.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 84.91%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=84.91%
G=3.77%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13561800.960.870.47354.4291.4927.65
Hex87612060572F1625b1c
Octal20762201401275754213334
Binary1000011111010010011000001010111101111101100010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870612; }

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

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

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

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

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

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

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

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