#860614

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

Shades of Sangria #860614

Tints of Sangria #860614

Color information

#860614 (or 0x860614) is unknown color: approx Sangria. HEX triplet: 86, 06 and 14. RGB value is (134,6,20). Sum of RGB (Red+Green+Blue) = 134+6+20=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #860614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860614 is #79F9EB. Grayscale: #2D2D2D. Windows color (decimal): -7993836 or 1312390. OLE color: 1312390.

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

Color convert

RGB134620-
CMYK00.960.850.47
HSL353.44º91.43%27.45%-
HSV(B)353.44º95.52%52.55%-
XYZ10.025.251.15-
YUV45.87113.41190.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.75%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 20 (8.20% from 255) = 12.5%
R=83.75%
G=3.75%
B=12.5%

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
Decimal13462000.960.850.47353.4491.4327.45
Hex86614060552F1615b1b
Octal20662401401255754113333
Binary1000011011010100011000001010101101111101100001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860614; }

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

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

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

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

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

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

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

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