Html Css Color HEX #850211 Sangria

📋 copy color: '#850211'

red 133 ◦ green 2 ◦ blue 17

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

Shades of Sangria #850211

Tints of Sangria #850211

RGB

 RED value IS 133 (52.34% from 255) = 87.5%

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 87.5%
G = 1.32%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#850211 (or 0x850211) is known color: Sangria. HEX triplet: 85, 02 and 11. RGB value is (133,2,17). Sum of RGB (Red+Green+Blue) = 133+2+17=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #850211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850211 is #7AFDEE. Grayscale: #2A2A2A. Windows color (decimal): -8060399 or 1114757. OLE color: 1114757.

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

Color convert

RGB 133 2 17 -
CMYK 0 0.98 0.87 0.48
HSL 353.13º 0.97% 0.26% -
HSV(B) 353.13º 0.98% 0.52% -
XYZ 9.8 5.07 0.99 -
YUV 42.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 133 2 17 0 0.98 0.87 0.48 353.13 0.97 0.26
Hex 85 2 11 0 62 57 30 161 61 1A
Octal 205 2 21 0 142 127 60 541 141 32
Binary 10000101 10 10001 0 1100010 1010111 110000 101100001 1100001 11010

Color Harmonies of #850211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850211

Black with #850211

Text Example


Text Example

White with #850211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850211; }

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

 H1.HeaderClassName
 {
   color: #850211;
 }
 .AnyTagClassName
 {
   color: #850211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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