Html Css Color HEX #840220 Burgundy

📋 copy color: '#840220'

red 132 ◦ green 2 ◦ blue 32

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

Shades of Burgundy #840220

Tints of Burgundy #840220

RGB

 RED value IS 132 (51.95% from 255) = 79.52%

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

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

R = 79.52%
G = 1.2%
B = 19.28%

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

#840220 (or 0x840220) is known color: Burgundy. HEX triplet: 84, 02 and 20. RGB value is (132,2,32). Sum of RGB (Red+Green+Blue) = 132+2+32=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #840220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840220 is #7BFDDF. Grayscale: #2C2C2C. Windows color (decimal): -8125920 or 2097796. OLE color: 2097796.

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

Color convert

RGB 132 2 32 -
CMYK 0 0.98 0.76 0.48
HSL 346.15º 0.97% 0.26% -
HSV(B) 346.15º 0.98% 0.52% -
XYZ 9.8 5.05 1.83 -
YUV 44.29 121.07 190.56 -
System Red Green Blue C M Y K H S L
Decimal 132 2 32 0 0.98 0.76 0.48 346.15 0.97 0.26
Hex 84 2 20 0 62 4C 30 15A 61 1A
Octal 204 2 40 0 142 114 60 532 141 32
Binary 10000100 10 100000 0 1100010 1001100 110000 101011010 1100001 11010

Color Harmonies of #840220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840220

Black with #840220

Text Example


Text Example

White with #840220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840220; }

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

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

background-color css

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

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

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

border-color css

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

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

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