#7A0B05

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

Shades of Maroon #7A0B05

Tints of Maroon #7A0B05

Color information

#7A0B05 (or 0x7A0B05) is unknown color: approx Maroon. HEX triplet: 7A, 0B and 05. RGB value is (122,11,5). Sum of RGB (Red+Green+Blue) = 122+11+5=138 (18% of max value = 765). Red value is 122 (48.05% from 255 or 88.41% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0B05 is #85F4FA. Grayscale: #2B2B2B. Windows color (decimal): -8779003 or 330618. OLE color: 330618.

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

Color convert

RGB122115-
CMYK00.910.960.52
HSL3.08º92.13%24.9%-
HSV(B)3.08º95.9%47.84%-
XYZ8.174.390.56-
YUV43.5106.27183.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 88.41%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 5 (2.34% from 255) = 3.62%
R=88.41%
G=7.97%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211500.910.960.523.0892.1324.9
Hex7AB505B603435c19
Octal172135013314064313431
Binary1111010101110101011011110000011010011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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