#7E0701

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

Shades of Maroon #7E0701

Tints of Maroon #7E0701

Color information

#7E0701 (or 0x7E0701) is unknown color: approx Maroon. HEX triplet: 7E, 07 and 01. RGB value is (126,7,1). Sum of RGB (Red+Green+Blue) = 126+7+1=134 (17% of max value = 765). Red value is 126 (49.61% from 255 or 94.03% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0701 is #81F8FE. Grayscale: #2A2A2A. Windows color (decimal): -8517887 or 67454. OLE color: 67454.

HSL color Cylindrical-coordinate representation of color #7E0701: hue angle of 2.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E0701 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB12671-
CMYK00.940.990.51
HSL2.88º98.43%24.9%-
HSV(B)2.88º99.21%49.41%-
XYZ8.694.590.46-
YUV41.9104.92187.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 94.03%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=94.03%
G=5.22%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1267100.940.990.512.8898.4324.9
Hex7E7105E633336219
Octal17671013614363314231
Binary1111110111101011110110001111001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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