#79113F

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

Shades of Pompadour #79113F

Tints of Pompadour #79113F

Color information

#79113F (or 0x79113F) is unknown color: approx Pompadour. HEX triplet: 79, 11 and 3F. RGB value is (121,17,63). Sum of RGB (Red+Green+Blue) = 121+17+63=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79113F is #86EEC0. Grayscale: #353535. Windows color (decimal): -8842945 or 4133241. OLE color: 4133241.

HSL color Cylindrical-coordinate representation of color #79113F: hue angle of 333.46º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #79113F is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1211763-
CMYK00.860.480.53
HSL333.46º75.36%27.06%-
HSV(B)333.46º85.95%47.45%-
XYZ8.984.825.16-
YUV53.34133.46176.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 63 (25% from 255) = 31.34%
R=60.20%
G=8.46%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121176300.860.480.53333.4675.3627.06
Hex79113F056303514d4b1b
Octal17121770126606551511333
Binary11110011000111111101010110110000110101101001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79113F; }

 p { color: rgb(121,17,63); }

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

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

 a { background-color: rgb(121,17,63); }

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

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

 span { border-color: rgb(121,17,63); }

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