#6E0107

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

Shades of Burgundy #6E0107

Tints of Burgundy #6E0107

Color information

#6E0107 (or 0x6E0107) is unknown color: approx Burgundy. HEX triplet: 6E, 01 and 07. RGB value is (110,1,7). Sum of RGB (Red+Green+Blue) = 110+1+7=118 (15% of max value = 765). Red value is 110 (43.36% from 255 or 93.22% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0107 is #91FEF8. Grayscale: #222222. Windows color (decimal): -9567993 or 459118. OLE color: 459118.

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

Color convert

RGB11017-
CMYK00.990.940.57
HSL356.7º98.2%21.76%-
HSV(B)356.7º99.09%43.14%-
XYZ6.483.350.51-
YUV34.28112.61182.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 93.22%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=93.22%
G=0.85%
B=5.93%

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
Decimal1101700.990.940.57356.798.221.76
Hex6E170635E391656216
Octal1561701431367154514226
Binary11011101111011000111011110111001101100101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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