#820A28

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

Shades of Burgundy #820A28

Tints of Burgundy #820A28

Color information

#820A28 (or 0x820A28) is unknown color: approx Burgundy. HEX triplet: 82, 0A and 28. RGB value is (130,10,40). Sum of RGB (Red+Green+Blue) = 130+10+40=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #820A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820A28 is #7DF5D7. Grayscale: #313131. Windows color (decimal): -8254936 or 2624130. OLE color: 2624130.

HSL color Cylindrical-coordinate representation of color #820A28: hue angle of 345º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A28 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1301040-
CMYK00.920.690.49
HSL345º85.71%27.45%-
HSV(B)345º92.31%50.98%-
XYZ9.75.122.48-
YUV49.3122.76185.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.22%
GREEN value IS 10 (4.30% from 255) = 5.56%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=72.22%
G=5.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130104000.920.690.4934585.7127.45
Hex82A2805C4531159561b
Octal202125001341056153112633
Binary100000101010101000010111001000101110001101011001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820A28; }

 p { color: rgb(130,10,40); }

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

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

 a { background-color: rgb(130,10,40); }

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

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

 span { border-color: rgb(130,10,40); }

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