Html Css Color HEX #850222 Burgundy

📋 copy color: '#850222'

red 133 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #850222

Tints of Burgundy #850222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 78.7%
G = 1.18%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#850222 (or 0x850222) is known color: Burgundy. HEX triplet: 85, 02 and 22. RGB value is (133,2,34). Sum of RGB (Red+Green+Blue) = 133+2+34=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #850222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850222 is #7AFDDD. Grayscale: #2C2C2C. Windows color (decimal): -8060382 or 2228869. OLE color: 2228869.

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

Color convert

RGB 133 2 34 -
CMYK 0 0.98 0.74 0.48
HSL 345.34º 0.97% 0.26% -
HSV(B) 345.34º 0.98% 0.52% -
XYZ 9.98 5.15 1.98 -
YUV 44.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 133 2 34 0 0.98 0.74 0.48 345.34 0.97 0.26
Hex 85 2 22 0 62 4A 30 159 61 1A
Octal 205 2 42 0 142 112 60 531 141 32
Binary 10000101 10 100010 0 1100010 1001010 110000 101011001 1100001 11010

Color Harmonies of #850222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850222

Black with #850222

Text Example


Text Example

White with #850222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850222; }

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

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

background-color css

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

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

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

border-color css

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

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

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