#6E0116

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

Shades of Burgundy #6E0116

Tints of Burgundy #6E0116

Color information

#6E0116 (or 0x6E0116) is unknown color: approx Burgundy. HEX triplet: 6E, 01 and 16. RGB value is (110,1,22). Sum of RGB (Red+Green+Blue) = 110+1+22=133 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.71% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0116 is #91FEE9. Grayscale: #242424. Windows color (decimal): -9567978 or 1442158. OLE color: 1442158.

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

Color convert

RGB110122-
CMYK00.990.80.57
HSL348.44º98.2%21.76%-
HSV(B)348.44º99.09%43.14%-
XYZ6.593.391.07-
YUV35.99120.11180.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 82.71%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=82.71%
G=0.75%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.8
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11012200.990.80.57348.4498.221.76
Hex6E116063503915c6216
Octal15612601431207153414226
Binary1101110110110011000111010000111001101011100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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