Html Css Color HEX #850210 Sangria

📋 copy color: '#850210'

red 133 ◦ green 2 ◦ blue 16

#850210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #850210

Tints of Sangria #850210

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.6%

R = 88.08%
G = 1.32%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#850210 (or 0x850210) is known color: 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

RGB 133 2 16 -
CMYK 0 0.98 0.88 0.48
HSL 353.59º 0.97% 0.26% -
HSV(B) 353.59º 0.98% 0.52% -
XYZ 9.79 5.07 0.95 -
YUV 42.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 133 2 16 0 0.98 0.88 0.48 353.59 0.97 0.26
Hex 85 2 10 0 62 58 30 162 61 1A
Octal 205 2 20 0 142 130 60 542 141 32
Binary 10000101 10 10000 0 1100010 1011000 110000 101100010 1100001 11010

Color Harmonies of #850210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850210

Black with #850210

Text Example


Text Example

White with #850210

Text Example


Text Example

HTML Codes & Css Web 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>