#791000

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

Shades of Maroon #791000

Tints of Maroon #791000

Color information

#791000 (or 0x791000) is unknown color: approx Maroon. HEX triplet: 79, 10 and 00. RGB value is (121,16,0). Sum of RGB (Red+Green+Blue) = 121+16+0=137 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.32% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 121 - color contains mainly: red. Hex color #791000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791000 is #86EFFF. Grayscale: #2D2D2D. Windows color (decimal): -8843264 or 4217. OLE color: 4217.

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

Color convert

RGB121160-
CMYK00.8710.53
HSL7.93º100%23.73%-
HSV(B)7.93º100%47.45%-
XYZ8.074.440.43-
YUV45.57102.29181.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 88.32%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.32%
G=11.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12116000.8710.537.9310023.73
Hex79100057643586418
Octal1712000127144651014430
Binary11110011000000101011111001001101011000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791000; }

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

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

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

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

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

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

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

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