#790807

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

Shades of Maroon #790807

Tints of Maroon #790807

Color information

#790807 (or 0x790807) is unknown color: approx Maroon. HEX triplet: 79, 08 and 07. RGB value is (121,8,7). Sum of RGB (Red+Green+Blue) = 121+8+7=136 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.97% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 121 - color contains mainly: red. Hex color #790807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790807 is #86F7F8. Grayscale: #292929. Windows color (decimal): -8845305 or 460921. OLE color: 460921.

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

Color convert

RGB12187-
CMYK00.930.940.53
HSL0.53º89.06%25.1%-
HSV(B)0.53º94.21%47.45%-
XYZ8.014.250.6-
YUV41.67108.44184.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 88.97%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 7 (3.12% from 255) = 5.15%
R=88.97%
G=5.88%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218700.930.940.530.5389.0625.1
Hex798705D5E3515919
Octal171107013513665113131
Binary111100110001110101110110111101101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790807; }

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

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

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

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

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

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

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

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