#85060C

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

Shades of Sangria #85060C

Tints of Sangria #85060C

Color information

#85060C (or 0x85060C) is unknown color: approx Sangria. HEX triplet: 85, 06 and 0C. RGB value is (133,6,12). Sum of RGB (Red+Green+Blue) = 133+6+12=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #85060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85060C is #7AF9F3. Grayscale: #2C2C2C. Windows color (decimal): -8059380 or 788101. OLE color: 788101.

HSL color Cylindrical-coordinate representation of color #85060C: hue angle of 357.17º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85060C is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB133612-
CMYK00.950.910.48
HSL357.17º91.37%27.25%-
HSV(B)357.17º95.49%52.16%-
XYZ9.85.140.82-
YUV44.66109.58191.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 88.08%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=88.08%
G=3.97%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13361200.950.910.48357.1791.3727.25
Hex856C05F5B301655b1b
Octal20561401371336054513333
Binary100001011101100010111111011011110000101100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85060C; }

 p { color: rgb(133,6,12); }

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

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

 a { background-color: rgb(133,6,12); }

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

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

 span { border-color: rgb(133,6,12); }

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