#791602

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

Shades of Maroon #791602

Tints of Maroon #791602

Color information

#791602 (or 0x791602) is unknown color: approx Maroon. HEX triplet: 79, 16 and 02. RGB value is (121,22,2). Sum of RGB (Red+Green+Blue) = 121+22+2=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #791602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791602 is #86E9FD. Grayscale: #313131. Windows color (decimal): -8841726 or 136825. OLE color: 136825.

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

Color convert

RGB121222-
CMYK00.820.980.53
HSL10.08º96.75%24.12%-
HSV(B)10.08º98.35%47.45%-
XYZ8.184.640.52-
YUV49.32101.3179.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 83.45%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=83.45%
G=15.17%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12122200.820.980.5310.0896.7524.12
Hex791620526235a6118
Octal1712620122142651214130
Binary111100110110100101001011000101101011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791602; }

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

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

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

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

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

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

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

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