#6E0701

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

Shades of Maroon #6E0701

Tints of Maroon #6E0701

Color information

#6E0701 (or 0x6E0701) is unknown color: approx Maroon. HEX triplet: 6E, 07 and 01. RGB value is (110,7,1). Sum of RGB (Red+Green+Blue) = 110+7+1=118 (15% of max value = 765). Red value is 110 (43.36% from 255 or 93.22% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0701 is #91F8FE. Grayscale: #252525. Windows color (decimal): -9566463 or 67438. OLE color: 67438.

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

Color convert

RGB11071-
CMYK00.940.990.57
HSL3.3º98.2%21.76%-
HSV(B)3.3º99.09%43.14%-
XYZ6.513.470.36-
YUV37.11107.62179.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 93.22%
GREEN value IS 7 (3.12% from 255) = 5.93%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=93.22%
G=5.93%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107100.940.990.573.398.221.76
Hex6E7105E633936216
Octal15671013614371314226
Binary1101110111101011110110001111100111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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