#850212

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

Shades of Sangria #850212

Tints of Sangria #850212

Color information

#850212 (or 0x850212) is unknown color: approx Sangria. HEX triplet: 85, 02 and 12. RGB value is (133,2,18). Sum of RGB (Red+Green+Blue) = 133+2+18=153 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.93% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 133 - color contains mainly: red. Hex color #850212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850212 is #7AFDED. Grayscale: #2B2B2B. Windows color (decimal): -8060398 or 1180293. OLE color: 1180293.

HSL color Cylindrical-coordinate representation of color #850212: hue angle of 352.67º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850212 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB133218-
CMYK00.980.860.48
HSL352.67º97.04%26.47%-
HSV(B)352.67º98.5%52.16%-
XYZ9.85.071.03-
YUV42.99113.9192.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 86.93%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=86.93%
G=1.31%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13321800.980.860.48352.6797.0426.47
Hex852120625630161611a
Octal20522201421266054114132
Binary100001011010010011000101010110110000101100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850212; }

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

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

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

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

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

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

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

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