#7C0402

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

Shades of Maroon #7C0402

Tints of Maroon #7C0402

Color information

#7C0402 (or 0x7C0402) is unknown color: approx Maroon. HEX triplet: 7C, 04 and 02. RGB value is (124,4,2). Sum of RGB (Red+Green+Blue) = 124+4+2=130 (17% of max value = 765). Red value is 124 (48.83% from 255 or 95.38% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0402 is #83FBFD. Grayscale: #272727. Windows color (decimal): -8649726 or 132220. OLE color: 132220.

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

Color convert

RGB12442-
CMYK00.970.980.51
HSL0.98º96.83%24.71%-
HSV(B)0.98º98.39%48.63%-
XYZ8.374.380.46-
YUV39.65106.76188.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 95.38%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=95.38%
G=3.08%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244200.970.980.510.9896.8324.71
Hex7C42061623316119
Octal17442014114263114131
Binary1111100100100110000111000101100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,4,2); }

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

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

 a { background-color: rgb(124,4,2); }

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

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

 span { border-color: rgb(124,4,2); }

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