#841222

Color #841222 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #841222

Tints of Burgundy #841222

Color information

#841222 (or 0x841222) is unknown color: approx Burgundy. HEX triplet: 84, 12 and 22. RGB value is (132,18,34). Sum of RGB (Red+Green+Blue) = 132+18+34=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #841222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841222 is #7BEDDD. Grayscale: #353535. Windows color (decimal): -8121822 or 2232964. OLE color: 2232964.

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

Color convert

RGB1321834-
CMYK00.860.740.48
HSL351.58º76%29.41%-
HSV(B)351.58º86.36%51.76%-
XYZ10.025.452.04-
YUV53.91116.77183.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.74%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=71.74%
G=9.78%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132183400.860.740.48351.587629.41
Hex8412220564A301604c1d
Octal204224201261126054011435
Binary1000010010010100010010101101001010110000101100000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841222; }

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

 H1.HeaderClassName
 {
   color: #841222;
 }
 .AnyTagClassName
 {
   color: #841222;
 }
</style>
background-color css

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

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

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

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

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

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