#6D0112

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

Shades of Burgundy #6D0112

Tints of Burgundy #6D0112

Color information

#6D0112 (or 0x6D0112) is unknown color: approx Burgundy. HEX triplet: 6D, 01 and 12. RGB value is (109,1,18). Sum of RGB (Red+Green+Blue) = 109+1+18=128 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.16% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0112 is #92FEED. Grayscale: #232323. Windows color (decimal): -9633518 or 1180013. OLE color: 1180013.

HSL color Cylindrical-coordinate representation of color #6D0112: hue angle of 350.56º 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 #6D0112 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB109118-
CMYK00.990.830.57
HSL350.56º98.18%21.57%-
HSV(B)350.56º99.08%42.75%-
XYZ6.433.320.87-
YUV35.23118.28180.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 85.16%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=85.16%
G=0.78%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10911800.990.830.57350.5698.1821.57
Hex6D112063533915f6216
Octal15512201431237153714226
Binary1101101110010011000111010011111001101011111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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