#850210

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

Shades of Sangria #850210

Tints of Sangria #850210

Color information

#850210 (or 0x850210) is unknown color: approx Sangria. HEX triplet: 85, 02 and 10. RGB value is (133,2,16). Sum of RGB (Red+Green+Blue) = 133+2+16=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #850210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850210 is #7AFDEF. Grayscale: #2A2A2A. Windows color (decimal): -8060400 or 1049221. OLE color: 1049221.

HSL color Cylindrical-coordinate representation of color #850210: hue angle of 353.59º 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 #850210 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB133216-
CMYK00.980.880.48
HSL353.59º97.04%26.47%-
HSV(B)353.59º98.5%52.16%-
XYZ9.795.070.95-
YUV42.76112.9192.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 88.08%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=88.08%
G=1.32%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13321600.980.880.48353.5997.0426.47
Hex852100625830162611a
Octal20522001421306054214132
Binary100001011010000011000101011000110000101100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850210; }

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

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

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

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

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

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

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

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