#7A1004

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

Shades of Maroon #7A1004

Tints of Maroon #7A1004

Color information

#7A1004 (or 0x7A1004) is unknown color: approx Maroon. HEX triplet: 7A, 10 and 04. RGB value is (122,16,4). Sum of RGB (Red+Green+Blue) = 122+16+4=142 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.92% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1004 is #85EFFB. Grayscale: #2E2E2E. Windows color (decimal): -8777724 or 266362. OLE color: 266362.

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

Color convert

RGB122164-
CMYK00.870.970.52
HSL6.1º93.65%24.71%-
HSV(B)6.1º96.72%47.84%-
XYZ8.234.520.55-
YUV46.33104.12181.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 85.92%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=85.92%
G=11.27%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12216400.870.970.526.193.6524.71
Hex7A104057613465e19
Octal172204012714164613631
Binary111101010000100010101111100001110100110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,16,4); }

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

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

 a { background-color: rgb(122,16,4); }

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

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

 span { border-color: rgb(122,16,4); }

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