#7A0E03

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

Shades of Maroon #7A0E03

Tints of Maroon #7A0E03

Color information

#7A0E03 (or 0x7A0E03) is unknown color: approx Maroon. HEX triplet: 7A, 0E and 03. RGB value is (122,14,3). Sum of RGB (Red+Green+Blue) = 122+14+3=139 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.77% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0E03 is #85F1FC. Grayscale: #2D2D2D. Windows color (decimal): -8778237 or 200314. OLE color: 200314.

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

Color convert

RGB122143-
CMYK00.890.980.52
HSL5.55º95.2%24.51%-
HSV(B)5.55º97.54%47.84%-
XYZ8.24.460.51-
YUV45.04104.28182.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 87.77%
GREEN value IS 14 (5.86% from 255) = 10.07%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=87.77%
G=10.07%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12214300.890.980.525.5595.224.51
Hex7AE3059623465f19
Octal172163013114264613731
Binary1111010111011010110011100010110100110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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