#6A040C

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

Shades of Burgundy #6A040C

Tints of Burgundy #6A040C

Color information

#6A040C (or 0x6A040C) is unknown color: approx Burgundy. HEX triplet: 6A, 04 and 0C. RGB value is (106,4,12). Sum of RGB (Red+Green+Blue) = 106+4+12=122 (16% of max value = 765). Red value is 106 (41.80% from 255 or 86.89% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 106 - color contains mainly: red. Hex color #6A040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A040C is #95FBF3. Grayscale: #232323. Windows color (decimal): -9829364 or 787562. OLE color: 787562.

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

Color convert

RGB106412-
CMYK00.960.890.58
HSL355.29º92.73%21.57%-
HSV(B)355.29º96.23%41.57%-
XYZ6.053.180.64-
YUV35.41114.79178.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 86.89%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=86.89%
G=3.28%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10641200.960.890.58355.2992.7321.57
Hex6A4C060593A1635d16
Octal15241401401317254313526
Binary11010101001100011000001011001111010101100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,4,12); }

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

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

 a { background-color: rgb(106,4,12); }

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

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

 span { border-color: rgb(106,4,12); }

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