#7A0E08

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

Shades of Maroon #7A0E08

Tints of Maroon #7A0E08

Color information

#7A0E08 (or 0x7A0E08) is unknown color: approx Maroon. HEX triplet: 7A, 0E and 08. RGB value is (122,14,8). Sum of RGB (Red+Green+Blue) = 122+14+8=144 (19% of max value = 765). Red value is 122 (48.05% from 255 or 84.72% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0E08 is #85F1F7. Grayscale: #2D2D2D. Windows color (decimal): -8778232 or 527994. OLE color: 527994.

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

Color convert

RGB122148-
CMYK00.890.930.52
HSL3.16º87.69%25.49%-
HSV(B)3.16º93.44%47.84%-
XYZ8.234.470.66-
YUV45.61106.78182.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 84.72%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=84.72%
G=9.72%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12214800.890.930.523.1687.6925.49
Hex7AE80595D3435819
Octal1721610013113564313031
Binary11110101110100001011001101110111010011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,14,8); }

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

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

 a { background-color: rgb(122,14,8); }

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

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

 span { border-color: rgb(122,14,8); }

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