#7A1105

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

Shades of Maroon #7A1105

Tints of Maroon #7A1105

Color information

#7A1105 (or 0x7A1105) is unknown color: approx Maroon. HEX triplet: 7A, 11 and 05. RGB value is (122,17,5). Sum of RGB (Red+Green+Blue) = 122+17+5=144 (19% of max value = 765). Red value is 122 (48.05% from 255 or 84.72% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1105 is #85EEFA. Grayscale: #2F2F2F. Windows color (decimal): -8777467 or 332154. OLE color: 332154.

HSL color Cylindrical-coordinate representation of color #7A1105: hue angle of 6.15º 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 #7A1105 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB122175-
CMYK00.860.960.52
HSL6.15º92.13%24.9%-
HSV(B)6.15º95.9%47.84%-
XYZ8.254.550.59-
YUV47.03104.29181.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 84.72%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=84.72%
G=11.81%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12217500.860.960.526.1592.1324.9
Hex7A115056603465c19
Octal172215012614064613431
Binary111101010001101010101101100000110100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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