#790600

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

Shades of Maroon #790600

Tints of Maroon #790600

Color information

#790600 (or 0x790600) is unknown color: approx Maroon. HEX triplet: 79, 06 and 00. RGB value is (121,6,0). Sum of RGB (Red+Green+Blue) = 121+6+0=127 (16% of max value = 765). Red value is 121 (47.66% from 255 or 95.28% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 121 - color contains mainly: red. Hex color #790600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790600 is #86F9FF. Grayscale: #272727. Windows color (decimal): -8845824 or 1657. OLE color: 1657.

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

Color convert

RGB12160-
CMYK00.9510.53
HSL2.98º100%23.73%-
HSV(B)2.98º100%47.45%-
XYZ7.954.20.39-
YUV39.7105.6185.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 95.28%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.28%
G=4.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216000.9510.532.9810023.73
Hex796005F643536418
Octal17160013714465314430
Binary1111001110001011111110010011010111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790600; }

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

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

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

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

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

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

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

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