Html Css Color HEX #841221 Burgundy

📋 copy color: '#841221'

red 132 ◦ green 18 ◦ blue 33

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

Shades of Burgundy #841221

Tints of Burgundy #841221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 72.13%
G = 9.84%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#841221 (or 0x841221) is known color: Burgundy. HEX triplet: 84, 12 and 21. RGB value is (132,18,33). Sum of RGB (Red+Green+Blue) = 132+18+33=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #841221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841221 is #7BEDDE. Grayscale: #353535. Windows color (decimal): -8121823 or 2167428. OLE color: 2167428.

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

Color convert

RGB 132 18 33 -
CMYK 0 0.86 0.75 0.48
HSL 352.11º 0.76% 0.29% -
HSV(B) 352.11º 0.86% 0.52% -
XYZ 10.01 5.45 1.96 -
YUV 53.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 132 18 33 0 0.86 0.75 0.48 352.11 0.76 0.29
Hex 84 12 21 0 56 4B 30 160 4C 1D
Octal 204 22 41 0 126 113 60 540 114 35
Binary 10000100 10010 100001 0 1010110 1001011 110000 101100000 1001100 11101

Color Harmonies of #841221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841221

Black with #841221

Text Example


Text Example

White with #841221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841221; }

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

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

background-color css

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

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

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

border-color css

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

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

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