#790F05

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

Shades of Maroon #790F05

Tints of Maroon #790F05

Color information

#790F05 (or 0x790F05) is unknown color: approx Maroon. HEX triplet: 79, 0F and 05. RGB value is (121,15,5). Sum of RGB (Red+Green+Blue) = 121+15+5=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #790F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F05 is #86F0FA. Grayscale: #2D2D2D. Windows color (decimal): -8843515 or 331641. OLE color: 331641.

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

Color convert

RGB121155-
CMYK00.880.960.53
HSL5.17º92.06%24.71%-
HSV(B)5.17º95.87%47.45%-
XYZ8.084.420.57-
YUV45.55105.12181.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 85.82%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=85.82%
G=10.64%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12115500.880.960.535.1792.0624.71
Hex79F5058603555c19
Octal171175013014065513431
Binary11110011111101010110001100000110101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,15,5); }

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

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

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

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

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

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

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