#7E1404

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

Shades of Maroon #7E1404

Tints of Maroon #7E1404

Color information

#7E1404 (or 0x7E1404) is unknown color: approx Maroon. HEX triplet: 7E, 14 and 04. RGB value is (126,20,4). Sum of RGB (Red+Green+Blue) = 126+20+4=150 (19% of max value = 765). Red value is 126 (49.61% from 255 or 84% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1404 is #81EBFB. Grayscale: #323232. Windows color (decimal): -8514556 or 267390. OLE color: 267390.

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

Color convert

RGB126204-
CMYK00.840.970.51
HSL7.87º93.85%25.49%-
HSV(B)7.87º96.83%49.41%-
XYZ8.884.940.6-
YUV49.87102.12182.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 84%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 4 (1.95% from 255) = 2.67%
R=84%
G=13.33%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12620400.840.970.517.8793.8525.49
Hex7E144054613385e19
Octal1762440124141631013631
Binary1111110101001000101010011000011100111000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,20,4); }

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

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

 a { background-color: rgb(126,20,4); }

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

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

 span { border-color: rgb(126,20,4); }

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