#820918

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

Shades of Burgundy #820918

Tints of Burgundy #820918

Color information

#820918 (or 0x820918) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 18. RGB value is (130,9,24). Sum of RGB (Red+Green+Blue) = 130+9+24=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #820918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820918 is #7DF6E7. Grayscale: #2E2E2E. Windows color (decimal): -8255208 or 1575298. OLE color: 1575298.

HSL color Cylindrical-coordinate representation of color #820918: hue angle of 352.56º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820918 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB130924-
CMYK00.930.820.49
HSL352.56º87.05%27.25%-
HSV(B)352.56º93.08%50.98%-
XYZ9.475.011.33-
YUV46.89115.09187.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.75%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=79.75%
G=5.52%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13092400.930.820.49352.5687.0527.25
Hex8291805D5231161571b
Octal202113001351226154112733
Binary10000010100111000010111011010010110001101100001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820918; }

 p { color: rgb(130,9,24); }

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

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

 a { background-color: rgb(130,9,24); }

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

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

 span { border-color: rgb(130,9,24); }

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