#791300

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

Shades of Maroon #791300

Tints of Maroon #791300

Color information

#791300 (or 0x791300) is unknown color: approx Maroon. HEX triplet: 79, 13 and 00. RGB value is (121,19,0). Sum of RGB (Red+Green+Blue) = 121+19+0=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #791300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791300 is #86ECFF. Grayscale: #2F2F2F. Windows color (decimal): -8842496 or 4985. OLE color: 4985.

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

Color convert

RGB121190-
CMYK00.8410.53
HSL9.42º100%23.73%-
HSV(B)9.42º100%47.45%-
XYZ8.124.530.45-
YUV47.33101.29180.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 86.43%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.43%
G=13.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119000.8410.539.4210023.73
Hex79130054643596418
Octal1712300124144651114430
Binary11110011001100101010011001001101011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791300; }

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

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

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

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

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

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

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

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