#820428

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

Shades of Burgundy #820428

Tints of Burgundy #820428

Color information

#820428 (or 0x820428) is unknown color: approx Burgundy. HEX triplet: 82, 04 and 28. RGB value is (130,4,40). Sum of RGB (Red+Green+Blue) = 130+4+40=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #820428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820428 is #7DFBD7. Grayscale: #2D2D2D. Windows color (decimal): -8256472 or 2622594. OLE color: 2622594.

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

Color convert

RGB130440-
CMYK00.970.690.49
HSL342.86º94.03%26.27%-
HSV(B)342.86º96.92%50.98%-
XYZ9.634.992.46-
YUV45.78124.74188.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.71%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=74.71%
G=2.30%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13044000.970.690.49342.8694.0326.27
Hex8242806145311575e1a
Octal20245001411056152713632
Binary10000010100101000011000011000101110001101010111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820428; }

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

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

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

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

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

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

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

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