#860204

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

Shades of Sangria #860204

Tints of Sangria #860204

Color information

#860204 (or 0x860204) is unknown color: approx Sangria. HEX triplet: 86, 02 and 04. RGB value is (134,2,4). Sum of RGB (Red+Green+Blue) = 134+2+4=140 (18% of max value = 765). Red value is 134 (52.73% from 255 or 95.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 134 - color contains mainly: red. Hex color #860204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860204 is #79FDFB. Grayscale: #292929. Windows color (decimal): -7994876 or 262790. OLE color: 262790.

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

Color convert

RGB13424-
CMYK00.990.970.47
HSL359.09º97.06%26.67%-
HSV(B)359.09º98.51%52.55%-
XYZ9.885.120.58-
YUV41.7106.73193.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 95.71%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 4 (1.95% from 255) = 2.86%
R=95.71%
G=1.43%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342400.990.970.47359.0997.0626.67
Hex8624063612F167611b
Octal2062401431415754714133
Binary1000011010100011000111100001101111101100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860204; }

 p { color: rgb(134,2,4); }

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

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

 a { background-color: rgb(134,2,4); }

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

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

 span { border-color: rgb(134,2,4); }

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