#790704

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

Shades of Maroon #790704

Tints of Maroon #790704

Color information

#790704 (or 0x790704) is unknown color: approx Maroon. HEX triplet: 79, 07 and 04. RGB value is (121,7,4). Sum of RGB (Red+Green+Blue) = 121+7+4=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790704 is #86F8FB. Grayscale: #282828. Windows color (decimal): -8845564 or 264057. OLE color: 264057.

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

Color convert

RGB12174-
CMYK00.940.970.53
HSL1.54º93.6%24.51%-
HSV(B)1.54º96.69%47.45%-
XYZ7.984.230.51-
YUV40.74107.27185.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 91.67%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 4 (1.95% from 255) = 3.03%
R=91.67%
G=5.30%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217400.940.970.531.5493.624.51
Hex797405E613525e19
Octal17174013614165213631
Binary111100111110001011110110000111010110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790704; }

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

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

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

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

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

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

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

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