#790C07

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

Shades of Maroon #790C07

Tints of Maroon #790C07

Color information

#790C07 (or 0x790C07) is unknown color: approx Maroon. HEX triplet: 79, 0C and 07. RGB value is (121,12,7). Sum of RGB (Red+Green+Blue) = 121+12+7=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #790C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C07 is #86F3F8. Grayscale: #2C2C2C. Windows color (decimal): -8844281 or 461945. OLE color: 461945.

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

Color convert

RGB121127-
CMYK00.900.940.53
HSL2.63º89.06%25.1%-
HSV(B)2.63º94.21%47.45%-
XYZ8.054.340.61-
YUV44.02107.11182.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 86.43%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 7 (3.12% from 255) = 5%
R=86.43%
G=8.57%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112700.900.940.532.6389.0625.1
Hex79C705A5E3535919
Octal171147013213665313131
Binary1111001110011101011010101111011010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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