#791501

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

Shades of Maroon #791501

Tints of Maroon #791501

Color information

#791501 (or 0x791501) is unknown color: approx Maroon. HEX triplet: 79, 15 and 01. RGB value is (121,21,1). Sum of RGB (Red+Green+Blue) = 121+21+1=143 (18% of max value = 765). Red value is 121 (47.66% from 255 or 84.62% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 121 - color contains mainly: red. Hex color #791501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791501 is #86EAFE. Grayscale: #303030. Windows color (decimal): -8841983 or 71033. OLE color: 71033.

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

Color convert

RGB121211-
CMYK00.830.990.53
HSL10º98.36%23.92%-
HSV(B)10º99.17%47.45%-
XYZ8.164.60.49-
YUV48.62101.13179.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 84.62%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=84.62%
G=14.69%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12121100.830.990.531098.3623.92
Hex791510536335a6218
Octal1712510123143651214230
Binary11110011010110101001111000111101011010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791501; }

 p { color: rgb(121,21,1); }

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

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

 a { background-color: rgb(121,21,1); }

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

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

 span { border-color: rgb(121,21,1); }

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