#790402

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

Shades of Maroon #790402

Tints of Maroon #790402

Color information

#790402 (or 0x790402) is unknown color: approx Maroon. HEX triplet: 79, 04 and 02. RGB value is (121,4,2). Sum of RGB (Red+Green+Blue) = 121+4+2=127 (16% of max value = 765). Red value is 121 (47.66% from 255 or 95.28% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 121 - color contains mainly: red. Hex color #790402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790402 is #86FBFD. Grayscale: #262626. Windows color (decimal): -8846334 or 132217. OLE color: 132217.

HSL color Cylindrical-coordinate representation of color #790402: hue angle of 1.01º degrees, saturation: 0.97, 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 #790402 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB12142-
CMYK00.970.980.53
HSL1.01º96.75%24.12%-
HSV(B)1.01º98.35%47.45%-
XYZ7.944.160.44-
YUV38.76107.26186.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 95.28%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=95.28%
G=3.15%
B=1.57%

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
Decimal1214200.970.980.531.0196.7524.12
Hex7942061623516118
Octal17142014114265114130
Binary1111001100100110000111000101101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790402; }

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

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

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

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

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

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

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

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