#6F011E

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

Shades of Burgundy #6F011E

Tints of Burgundy #6F011E

Color information

#6F011E (or 0x6F011E) is unknown color: approx Burgundy. HEX triplet: 6F, 01 and 1E. RGB value is (111,1,30). Sum of RGB (Red+Green+Blue) = 111+1+30=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F011E is #90FEE1. Grayscale: #252525. Windows color (decimal): -9502434 or 1966447. OLE color: 1966447.

HSL color Cylindrical-coordinate representation of color #6F011E: hue angle of 344.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F011E is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB111130-
CMYK00.990.730.56
HSL344.18º98.21%21.96%-
HSV(B)344.18º99.1%43.53%-
XYZ6.83.491.54-
YUV37.2123.94180.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.17%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=78.17%
G=0.70%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113000.990.730.56344.1898.2121.96
Hex6F11E06349381586216
Octal15713601431117053014226
Binary1101111111110011000111001001111000101011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,30); }

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

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

 a { background-color: rgb(111,1,30); }

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

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

 span { border-color: rgb(111,1,30); }

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