#6E0015

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

Shades of Burgundy #6E0015

Tints of Burgundy #6E0015

Color information

#6E0015 (or 0x6E0015) is unknown color: approx Burgundy. HEX triplet: 6E, 00 and 15. RGB value is (110,0,21). Sum of RGB (Red+Green+Blue) = 110+0+21=131 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.97% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0015 is #91FFEA. Grayscale: #232323. Windows color (decimal): -9568235 or 1376366. OLE color: 1376366.

HSL color Cylindrical-coordinate representation of color #6E0015: hue angle of 348.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0015 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB110021-
CMYK010.810.57
HSL348.55º100%21.57%-
HSV(B)348.55º100%43.14%-
XYZ6.573.371.01-
YUV35.28119.94181.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 83.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=83.97%
G=0%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110021010.810.57348.5510021.57
Hex6E015064513915d6416
Octal15602501441217153514426
Binary1101110010101011001001010001111001101011101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,21); }

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

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

 a { background-color: rgb(110,0,21); }

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

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

 span { border-color: rgb(110,0,21); }

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