#790F01

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

Shades of Maroon #790F01

Tints of Maroon #790F01

Color information

#790F01 (or 0x790F01) is unknown color: approx Maroon. HEX triplet: 79, 0F and 01. RGB value is (121,15,1). Sum of RGB (Red+Green+Blue) = 121+15+1=137 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.32% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 121 - color contains mainly: red. Hex color #790F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F01 is #86F0FE. Grayscale: #2D2D2D. Windows color (decimal): -8843519 or 69497. OLE color: 69497.

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

Color convert

RGB121151-
CMYK00.880.990.53
HSL98.36%23.92%-
HSV(B)99.17%47.45%-
XYZ8.064.410.45-
YUV45.1103.12182.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 88.32%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=88.32%
G=10.95%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12115100.880.990.53798.3623.92
Hex79F1058633576218
Octal171171013014365714230
Binary111100111111010110001100011110101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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