#7A0F05

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

Shades of Maroon #7A0F05

Tints of Maroon #7A0F05

Color information

#7A0F05 (or 0x7A0F05) is unknown color: approx Maroon. HEX triplet: 7A, 0F and 05. RGB value is (122,15,5). Sum of RGB (Red+Green+Blue) = 122+15+5=142 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.92% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0F05 is #85F0FA. Grayscale: #2E2E2E. Windows color (decimal): -8777979 or 331642. OLE color: 331642.

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

Color convert

RGB122155-
CMYK00.880.960.52
HSL5.13º92.13%24.9%-
HSV(B)5.13º95.9%47.84%-
XYZ8.224.490.58-
YUV45.85104.95182.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 85.92%
GREEN value IS 15 (6.25% from 255) = 10.56%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=85.92%
G=10.56%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12215500.880.960.525.1392.1324.9
Hex7AF5058603455c19
Octal172175013014064513431
Binary11110101111101010110001100000110100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,15,5); }

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

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

 a { background-color: rgb(122,15,5); }

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

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

 span { border-color: rgb(122,15,5); }

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