#790B04

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

Shades of Maroon #790B04

Tints of Maroon #790B04

Color information

#790B04 (or 0x790B04) is unknown color: approx Maroon. HEX triplet: 79, 0B and 04. RGB value is (121,11,4). Sum of RGB (Red+Green+Blue) = 121+11+4=136 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.97% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 121 - color contains mainly: red. Hex color #790B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790B04 is #86F4FB. Grayscale: #2B2B2B. Windows color (decimal): -8844540 or 265081. OLE color: 265081.

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

Color convert

RGB121114-
CMYK00.910.970.53
HSL3.59º93.6%24.51%-
HSV(B)3.59º96.69%47.45%-
XYZ8.034.310.52-
YUV43.09105.94183.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 88.97%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=88.97%
G=8.09%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111400.910.970.533.5993.624.51
Hex79B405B613545e19
Octal171134013314165413631
Binary11110011011100010110111100001110101100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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