#6D0107

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

Shades of Burgundy #6D0107

Tints of Burgundy #6D0107

Color information

#6D0107 (or 0x6D0107) is unknown color: approx Burgundy. HEX triplet: 6D, 01 and 07. RGB value is (109,1,7). Sum of RGB (Red+Green+Blue) = 109+1+7=117 (15% of max value = 765). Red value is 109 (42.97% from 255 or 93.16% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0107 is #92FEF8. Grayscale: #222222. Windows color (decimal): -9633529 or 459117. OLE color: 459117.

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

Color convert

RGB10917-
CMYK00.990.940.57
HSL356.67º98.18%21.57%-
HSV(B)356.67º99.08%42.75%-
XYZ6.363.290.5-
YUV33.98112.78181.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 93.16%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=93.16%
G=0.85%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091700.990.940.57356.6798.1821.57
Hex6D170635E391656216
Octal1551701431367154514226
Binary11011011111011000111011110111001101100101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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