Html Css Color HEX #841220 Burgundy

📋 copy color: '#841220'

red 132 ◦ green 18 ◦ blue 32

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

Shades of Burgundy #841220

Tints of Burgundy #841220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 72.53%
G = 9.89%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#841220 (or 0x841220) is known color: Burgundy. HEX triplet: 84, 12 and 20. RGB value is (132,18,32). Sum of RGB (Red+Green+Blue) = 132+18+32=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #841220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841220 is #7BEDDF. Grayscale: #353535. Windows color (decimal): -8121824 or 2101892. OLE color: 2101892.

HSL color Cylindrical-coordinate representation of color #841220: hue angle of 352.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841220 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 32 -
CMYK 0 0.86 0.76 0.48
HSL 352.63º 0.76% 0.29% -
HSV(B) 352.63º 0.86% 0.52% -
XYZ 9.99 5.44 1.89 -
YUV 53.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 132 18 32 0 0.86 0.76 0.48 352.63 0.76 0.29
Hex 84 12 20 0 56 4C 30 161 4C 1D
Octal 204 22 40 0 126 114 60 541 114 35
Binary 10000100 10010 100000 0 1010110 1001100 110000 101100001 1001100 11101

Color Harmonies of #841220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841220

Black with #841220

Text Example


Text Example

White with #841220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841220; }

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

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

background-color css

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

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

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

border-color css

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

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

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