#790C04

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

Shades of Maroon #790C04

Tints of Maroon #790C04

Color information

#790C04 (or 0x790C04) is unknown color: approx Maroon. HEX triplet: 79, 0C and 04. RGB value is (121,12,4). Sum of RGB (Red+Green+Blue) = 121+12+4=137 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.32% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 121 - color contains mainly: red. Hex color #790C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C04 is #86F3FB. Grayscale: #2B2B2B. Windows color (decimal): -8844284 or 265337. OLE color: 265337.

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

Color convert

RGB121124-
CMYK00.900.970.53
HSL4.1º93.6%24.51%-
HSV(B)4.1º96.69%47.45%-
XYZ8.044.340.53-
YUV43.68105.61183.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 88.32%
GREEN value IS 12 (5.08% from 255) = 8.76%
BLUE value IS 4 (1.95% from 255) = 2.92%
R=88.32%
G=8.76%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112400.900.970.534.193.624.51
Hex79C405A613545e19
Octal171144013214165413631
Binary11110011100100010110101100001110101100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790C04; }

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

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

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

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

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

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

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

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