#790202

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

Shades of Maroon #790202

Tints of Maroon #790202

Color information

#790202 (or 0x790202) is unknown color: approx Maroon. HEX triplet: 79, 02 and 02. RGB value is (121,2,2). Sum of RGB (Red+Green+Blue) = 121+2+2=125 (16% of max value = 765). Red value is 121 (47.66% from 255 or 96.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 121 - color contains mainly: red. Hex color #790202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790202 is #86FDFD. Grayscale: #252525. Windows color (decimal): -8846846 or 131705. OLE color: 131705.

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

Color convert

RGB12122-
CMYK00.980.980.53
HSL96.75%24.12%-
HSV(B)98.35%47.45%-
XYZ7.924.110.43-
YUV37.58107.92187.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 96.8%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=96.8%
G=1.6%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212200.980.980.53096.7524.12
Hex7922062623506118
Octal17122014214265014130
Binary111100110100110001011000101101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790202; }

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

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

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

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

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

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

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

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