#860109

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

Shades of Sangria #860109

Tints of Sangria #860109

Color information

#860109 (or 0x860109) is unknown color: approx Sangria. HEX triplet: 86, 01 and 09. RGB value is (134,1,9). Sum of RGB (Red+Green+Blue) = 134+1+9=144 (19% of max value = 765). Red value is 134 (52.73% from 255 or 93.06% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 134 - color contains mainly: red. Hex color #860109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860109 is #79FEF6. Grayscale: #292929. Windows color (decimal): -7995127 or 590214. OLE color: 590214.

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

Color convert

RGB13419-
CMYK00.990.930.47
HSL356.39º98.52%26.47%-
HSV(B)356.39º99.25%52.55%-
XYZ9.895.110.72-
YUV41.68109.56193.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 93.06%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=93.06%
G=0.69%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341900.990.930.47356.3998.5226.47
Hex86190635D2F164631a
Octal20611101431355754414332
Binary1000011011001011000111011101101111101100100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860109; }

 p { color: rgb(134,1,9); }

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

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

 a { background-color: rgb(134,1,9); }

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

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

 span { border-color: rgb(134,1,9); }

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