#850712

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

Shades of Sangria #850712

Tints of Sangria #850712

Color information

#850712 (or 0x850712) is unknown color: approx Sangria. HEX triplet: 85, 07 and 12. RGB value is (133,7,18). Sum of RGB (Red+Green+Blue) = 133+7+18=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850712 is #7AF8ED. Grayscale: #2E2E2E. Windows color (decimal): -8059118 or 1181573. OLE color: 1181573.

HSL color Cylindrical-coordinate representation of color #850712: hue angle of 354.76º degrees, saturation: 0.9, 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 #850712 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB133718-
CMYK00.950.860.48
HSL354.76º90%27.45%-
HSV(B)354.76º94.74%52.16%-
XYZ9.865.181.05-
YUV45.93112.24190.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.18%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 18 (7.42% from 255) = 11.39%
R=84.18%
G=4.43%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13371800.950.860.48354.769027.45
Hex8571205F56301635a1b
Octal20572201371266054313233
Binary1000010111110010010111111010110110000101100011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850712; }

 p { color: rgb(133,7,18); }

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

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

 a { background-color: rgb(133,7,18); }

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

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

 span { border-color: rgb(133,7,18); }

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