Html Css Color HEX #850220 Burgundy

📋 copy color: '#850220'

red 133 ◦ green 2 ◦ blue 32

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

Shades of Burgundy #850220

Tints of Burgundy #850220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 79.64%
G = 1.2%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#850220 (or 0x850220) is known color: Burgundy. HEX triplet: 85, 02 and 20. RGB value is (133,2,32). Sum of RGB (Red+Green+Blue) = 133+2+32=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #850220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850220 is #7AFDDF. Grayscale: #2C2C2C. Windows color (decimal): -8060384 or 2097797. OLE color: 2097797.

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

Color convert

RGB 133 2 32 -
CMYK 0 0.98 0.76 0.48
HSL 346.26º 0.97% 0.26% -
HSV(B) 346.26º 0.98% 0.52% -
XYZ 9.96 5.13 1.83 -
YUV 44.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 133 2 32 0 0.98 0.76 0.48 346.26 0.97 0.26
Hex 85 2 20 0 62 4C 30 15A 61 1A
Octal 205 2 40 0 142 114 60 532 141 32
Binary 10000101 10 100000 0 1100010 1001100 110000 101011010 1100001 11010

Color Harmonies of #850220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850220

Black with #850220

Text Example


Text Example

White with #850220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850220; }

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

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

background-color css

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

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

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

border-color css

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

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

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