#7A0808

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

Shades of Maroon #7A0808

Tints of Maroon #7A0808

Color information

#7A0808 (or 0x7A0808) is unknown color: approx Maroon. HEX triplet: 7A, 08 and 08. RGB value is (122,8,8). Sum of RGB (Red+Green+Blue) = 122+8+8=138 (18% of max value = 765). Red value is 122 (48.05% from 255 or 88.41% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0808 is #85F7F7. Grayscale: #2A2A2A. Windows color (decimal): -8779768 or 526458. OLE color: 526458.

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

Color convert

RGB12288-
CMYK00.930.930.52
HSL87.69%25.49%-
HSV(B)93.44%47.84%-
XYZ8.164.330.64-
YUV42.09108.77185-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 88.41%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=88.41%
G=5.80%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228800.930.930.52087.6925.49
Hex7A8805D5D3405819
Octal1721010013513564013031
Binary1111010100010000101110110111011101000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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