#820233

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

Shades of Burgundy #820233

Tints of Burgundy #820233

Color information

#820233 (or 0x820233) is unknown color: approx Burgundy. HEX triplet: 82, 02 and 33. RGB value is (130,2,51). Sum of RGB (Red+Green+Blue) = 130+2+51=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #820233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820233 is #7DFDCC. Grayscale: #2D2D2D. Windows color (decimal): -8256973 or 3342978. OLE color: 3342978.

HSL color Cylindrical-coordinate representation of color #820233: hue angle of 337.03º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820233 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB130251-
CMYK00.980.610.49
HSL337.03º96.97%25.88%-
HSV(B)337.03º98.46%50.98%-
XYZ9.835.033.58-
YUV45.86130.91188.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.04%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 51 (20.31% from 255) = 27.87%
R=71.04%
G=1.09%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13025100.980.610.49337.0396.9725.88
Hex822330623D31151611a
Octal2022630142756152114132
Binary100000101011001101100010111101110001101010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820233; }

 p { color: rgb(130,2,51); }

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

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

 a { background-color: rgb(130,2,51); }

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

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

 span { border-color: rgb(130,2,51); }

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