#6E071E

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

Shades of Burgundy #6E071E

Tints of Burgundy #6E071E

Color information

#6E071E (or 0x6E071E) is unknown color: approx Burgundy. HEX triplet: 6E, 07 and 1E. RGB value is (110,7,30). Sum of RGB (Red+Green+Blue) = 110+7+30=147 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.83% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 110 - color contains mainly: red. Hex color #6E071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E071E is #91F8E1. Grayscale: #282828. Windows color (decimal): -9566434 or 1967982. OLE color: 1967982.

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

Color convert

RGB110730-
CMYK00.940.730.57
HSL346.6º88.03%22.94%-
HSV(B)346.6º93.64%43.14%-
XYZ6.743.561.56-
YUV40.42122.12177.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 74.83%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=74.83%
G=4.76%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11073000.940.730.57346.688.0322.94
Hex6E71E05E493915b5817
Octal15673601361117153313027
Binary110111011111110010111101001001111001101011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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