#791202

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

Shades of Maroon #791202

Tints of Maroon #791202

Color information

#791202 (or 0x791202) is unknown color: approx Maroon. HEX triplet: 79, 12 and 02. RGB value is (121,18,2). Sum of RGB (Red+Green+Blue) = 121+18+2=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #791202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791202 is #86EDFD. Grayscale: #2F2F2F. Windows color (decimal): -8842750 or 135801. OLE color: 135801.

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

Color convert

RGB121182-
CMYK00.850.980.53
HSL8.07º96.75%24.12%-
HSV(B)8.07º98.35%47.45%-
XYZ8.114.50.5-
YUV46.97102.62180.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 85.82%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=85.82%
G=12.77%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12118200.850.980.538.0796.7524.12
Hex79122055623586118
Octal1712220125142651014130
Binary111100110010100101010111000101101011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791202; }

 p { color: rgb(121,18,2); }

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

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

 a { background-color: rgb(121,18,2); }

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

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

 span { border-color: rgb(121,18,2); }

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