#6D011A

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

Shades of Burgundy #6D011A

Tints of Burgundy #6D011A

Color information

#6D011A (or 0x6D011A) is unknown color: approx Burgundy. HEX triplet: 6D, 01 and 1A. RGB value is (109,1,26). Sum of RGB (Red+Green+Blue) = 109+1+26=136 (18% of max value = 765). Red value is 109 (42.97% from 255 or 80.15% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 109 - color contains mainly: red. Hex color #6D011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D011A is #92FEE5. Grayscale: #242424. Windows color (decimal): -9633510 or 1704301. OLE color: 1704301.

HSL color Cylindrical-coordinate representation of color #6D011A: hue angle of 346.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D011A is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB109126-
CMYK00.990.760.57
HSL346.11º98.18%21.57%-
HSV(B)346.11º99.08%42.75%-
XYZ6.53.351.28-
YUV36.14122.28179.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 80.15%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=80.15%
G=0.74%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10912600.990.760.57346.1198.1821.57
Hex6D11A0634C3915a6216
Octal15513201431147153214226
Binary1101101111010011000111001100111001101011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,26); }

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

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

 a { background-color: rgb(109,1,26); }

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

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

 span { border-color: rgb(109,1,26); }

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