#800C18

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

Shades of Burgundy #800C18

Tints of Burgundy #800C18

Color information

#800C18 (or 0x800C18) is unknown color: approx Burgundy. HEX triplet: 80, 0C and 18. RGB value is (128,12,24). Sum of RGB (Red+Green+Blue) = 128+12+24=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #800C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800C18 is #7FF3E7. Grayscale: #303030. Windows color (decimal): -8385512 or 1576064. OLE color: 1576064.

HSL color Cylindrical-coordinate representation of color #800C18: hue angle of 353.79º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C18 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB1281224-
CMYK00.910.810.50
HSL353.79º82.86%27.45%-
HSV(B)353.79º90.62%50.2%-
XYZ9.24.921.33-
YUV48.05114.43185.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 78.05%
GREEN value IS 12 (5.08% from 255) = 7.32%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=78.05%
G=7.32%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128122400.910.810.50353.7982.8627.45
Hex80C1805B5132162531b
Octal200143001331216254212333
Binary10000000110011000010110111010001110010101100010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800C18; }

 p { color: rgb(128,12,24); }

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

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

 a { background-color: rgb(128,12,24); }

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

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

 span { border-color: rgb(128,12,24); }

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