#80061C

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

Shades of Burgundy #80061C

Tints of Burgundy #80061C

Color information

#80061C (or 0x80061C) is unknown color: approx Burgundy. HEX triplet: 80, 06 and 1C. RGB value is (128,6,28). Sum of RGB (Red+Green+Blue) = 128+6+28=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #80061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80061C is #7FF9E3. Grayscale: #2D2D2D. Windows color (decimal): -8387044 or 1836672. OLE color: 1836672.

HSL color Cylindrical-coordinate representation of color #80061C: hue angle of 349.18º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80061C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB128628-
CMYK00.950.780.50
HSL349.18º91.04%26.27%-
HSV(B)349.18º95.31%50.2%-
XYZ9.184.81.54-
YUV44.99118.42187.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 79.01%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=79.01%
G=3.70%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12862800.950.780.50349.1891.0426.27
Hex8061C05F4E3215d5b1a
Octal20063401371166253513332
Binary1000000011011100010111111001110110010101011101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80061C; }

 p { color: rgb(128,6,28); }

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

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

 a { background-color: rgb(128,6,28); }

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

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

 span { border-color: rgb(128,6,28); }

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