#790403

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

Shades of Maroon #790403

Tints of Maroon #790403

Color information

#790403 (or 0x790403) is unknown color: approx Maroon. HEX triplet: 79, 04 and 03. RGB value is (121,4,3). Sum of RGB (Red+Green+Blue) = 121+4+3=128 (16% of max value = 765). Red value is 121 (47.66% from 255 or 94.53% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 121 - color contains mainly: red. Hex color #790403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790403 is #86FBFC. Grayscale: #262626. Windows color (decimal): -8846333 or 197753. OLE color: 197753.

HSL color Cylindrical-coordinate representation of color #790403: hue angle of 0.51º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790403 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB12143-
CMYK00.970.980.53
HSL0.51º95.16%24.31%-
HSV(B)0.51º97.52%47.45%-
XYZ7.954.160.47-
YUV38.87107.76186.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 94.53%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=94.53%
G=3.12%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214300.970.980.530.5195.1624.31
Hex7943061623515f18
Octal17143014114265113730
Binary1111001100110110000111000101101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790403; }

 p { color: rgb(121,4,3); }

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

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

 a { background-color: rgb(121,4,3); }

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

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

 span { border-color: rgb(121,4,3); }

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