#7A0801

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

Shades of Maroon #7A0801

Tints of Maroon #7A0801

Color information

#7A0801 (or 0x7A0801) is unknown color: approx Maroon. HEX triplet: 7A, 08 and 01. RGB value is (122,8,1). Sum of RGB (Red+Green+Blue) = 122+8+1=131 (17% of max value = 765). Red value is 122 (48.05% from 255 or 93.13% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0801 is #85F7FE. Grayscale: #292929. Windows color (decimal): -8779775 or 67706. OLE color: 67706.

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

Color convert

RGB12281-
CMYK00.930.990.52
HSL3.47º98.37%24.12%-
HSV(B)3.47º99.18%47.84%-
XYZ8.124.310.43-
YUV41.29105.27185.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 93.13%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=93.13%
G=6.11%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228100.930.990.523.4798.3724.12
Hex7A8105D633436218
Octal172101013514364314230
Binary11110101000101011101110001111010011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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