#790900

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

Shades of Maroon #790900

Tints of Maroon #790900

Color information

#790900 (or 0x790900) is unknown color: approx Maroon. HEX triplet: 79, 09 and 00. RGB value is (121,9,0). Sum of RGB (Red+Green+Blue) = 121+9+0=130 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.08% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 121 - color contains mainly: red. Hex color #790900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790900 is #86F6FF. Grayscale: #292929. Windows color (decimal): -8845056 or 2425. OLE color: 2425.

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

Color convert

RGB12190-
CMYK00.9310.53
HSL4.46º100%23.73%-
HSV(B)4.46º100%47.45%-
XYZ7.984.260.4-
YUV41.46104.61184.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 93.08%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.08%
G=6.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219000.9310.534.4610023.73
Hex799005D643546418
Octal171110013514465414430
Binary111100110010010111011100100110101100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790900; }

 p { color: rgb(121,9,0); }

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

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

 a { background-color: rgb(121,9,0); }

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

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

 span { border-color: rgb(121,9,0); }

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