#6C080D

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

Shades of Burgundy #6C080D

Tints of Burgundy #6C080D

Color information

#6C080D (or 0x6C080D) is unknown color: approx Burgundy. HEX triplet: 6C, 08 and 0D. RGB value is (108,8,13). Sum of RGB (Red+Green+Blue) = 108+8+13=129 (17% of max value = 765). Red value is 108 (42.58% from 255 or 83.72% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 108 - color contains mainly: red. Hex color #6C080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C080D is #93F7F2. Grayscale: #262626. Windows color (decimal): -9697267 or 854124. OLE color: 854124.

HSL color Cylindrical-coordinate representation of color #6C080D: hue angle of 357º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C080D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB108813-
CMYK00.930.880.58
HSL357º86.21%22.75%-
HSV(B)357º92.59%42.35%-
XYZ6.343.390.7-
YUV38.47113.63177.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 83.72%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=83.72%
G=6.20%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10881300.930.880.5835786.2122.75
Hex6C8D05D583A1655617
Octal154101501351307254512627
Binary110110010001101010111011011000111010101100101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C080D; }

 p { color: rgb(108,8,13); }

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

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

 a { background-color: rgb(108,8,13); }

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

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

 span { border-color: rgb(108,8,13); }

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