#831221

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

Shades of Burgundy #831221

Tints of Burgundy #831221

Color information

#831221 (or 0x831221) is unknown color: approx Burgundy. HEX triplet: 83, 12 and 21. RGB value is (131,18,33). Sum of RGB (Red+Green+Blue) = 131+18+33=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #831221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831221 is #7CEDDE. Grayscale: #353535. Windows color (decimal): -8187359 or 2167427. OLE color: 2167427.

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

Color convert

RGB1311833-
CMYK00.860.750.49
HSL352.04º75.84%29.22%-
HSV(B)352.04º86.26%51.37%-
XYZ9.855.371.96-
YUV53.5116.44183.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.98%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=71.98%
G=9.89%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131183300.860.750.49352.0475.8429.22
Hex8312210564B311604c1d
Octal203224101261136154011435
Binary1000001110010100001010101101001011110001101100000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831221; }

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

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

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

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

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

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

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

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