#790902

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

Shades of Maroon #790902

Tints of Maroon #790902

Color information

#790902 (or 0x790902) is unknown color: approx Maroon. HEX triplet: 79, 09 and 02. RGB value is (121,9,2). Sum of RGB (Red+Green+Blue) = 121+9+2=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790902 is #86F6FD. Grayscale: #292929. Windows color (decimal): -8845054 or 133497. OLE color: 133497.

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

Color convert

RGB12192-
CMYK00.930.980.53
HSL3.53º96.75%24.12%-
HSV(B)3.53º98.35%47.45%-
XYZ7.994.260.46-
YUV41.69105.61184.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 91.67%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=91.67%
G=6.82%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219200.930.980.533.5396.7524.12
Hex799205D623546118
Octal171112013514265414130
Binary1111001100110010111011100010110101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790902; }

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

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

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

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

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

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

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

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