#6E010F

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

Shades of Burgundy #6E010F

Tints of Burgundy #6E010F

Color information

#6E010F (or 0x6E010F) is unknown color: approx Burgundy. HEX triplet: 6E, 01 and 0F. RGB value is (110,1,15). Sum of RGB (Red+Green+Blue) = 110+1+15=126 (16% of max value = 765). Red value is 110 (43.36% from 255 or 87.30% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 110 - color contains mainly: red. Hex color #6E010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E010F is #91FEF0. Grayscale: #232323. Windows color (decimal): -9567985 or 983406. OLE color: 983406.

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

Color convert

RGB110115-
CMYK00.990.860.57
HSL352.29º98.2%21.76%-
HSV(B)352.29º99.09%43.14%-
XYZ6.533.370.76-
YUV35.19116.61181.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 87.30%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=87.30%
G=0.79%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11011500.990.860.57352.2998.221.76
Hex6E1F06356391606216
Octal15611701431267154014226
Binary110111011111011000111010110111001101100000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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