#870614

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

Shades of Sangria #870614

Tints of Sangria #870614

Color information

#870614 (or 0x870614) is unknown color: approx Sangria. HEX triplet: 87, 06 and 14. RGB value is (135,6,20). Sum of RGB (Red+Green+Blue) = 135+6+20=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #870614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870614 is #78F9EB. Grayscale: #2E2E2E. Windows color (decimal): -7928300 or 1312391. OLE color: 1312391.

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

Color convert

RGB135620-
CMYK00.960.850.47
HSL353.49º91.49%27.65%-
HSV(B)353.49º95.56%52.94%-
XYZ10.185.331.15-
YUV46.17113.24191.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.85%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=83.85%
G=3.73%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13562000.960.850.47353.4991.4927.65
Hex87614060552F1615b1c
Octal20762401401255754113334
Binary1000011111010100011000001010101101111101100001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870614; }

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

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

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

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

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

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

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

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