#6D0716

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

Shades of Burgundy #6D0716

Tints of Burgundy #6D0716

Color information

#6D0716 (or 0x6D0716) is unknown color: approx Burgundy. HEX triplet: 6D, 07 and 16. RGB value is (109,7,22). Sum of RGB (Red+Green+Blue) = 109+7+22=138 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.99% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0716 is #92F8E9. Grayscale: #272727. Windows color (decimal): -9631978 or 1443693. OLE color: 1443693.

HSL color Cylindrical-coordinate representation of color #6D0716: hue angle of 351.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0716 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB109722-
CMYK00.940.800.57
HSL351.18º87.93%22.75%-
HSV(B)351.18º93.58%42.75%-
XYZ6.533.461.08-
YUV39.21118.29177.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 78.99%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=78.99%
G=5.07%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10972200.940.800.57351.1887.9322.75
Hex6D71605E503915f5817
Octal15572601361207153713027
Binary110110111110110010111101010000111001101011111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,7,22); }

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

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

 a { background-color: rgb(109,7,22); }

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

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

 span { border-color: rgb(109,7,22); }

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