#79113B

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

Shades of Pompadour #79113B

Tints of Pompadour #79113B

Color information

#79113B (or 0x79113B) is unknown color: approx Pompadour. HEX triplet: 79, 11 and 3B. RGB value is (121,17,59). Sum of RGB (Red+Green+Blue) = 121+17+59=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #79113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79113B is #86EEC4. Grayscale: #343434. Windows color (decimal): -8842949 or 3871097. OLE color: 3871097.

HSL color Cylindrical-coordinate representation of color #79113B: hue angle of 335.77º 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 #79113B is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1211759-
CMYK00.860.510.53
HSL335.77º75.36%27.06%-
HSV(B)335.77º85.95%47.45%-
XYZ8.884.784.59-
YUV52.88131.46176.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.42%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=61.42%
G=8.63%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121175900.860.510.53335.7775.3627.06
Hex79113B05633351504b1b
Octal17121730126636552011333
Binary11110011000111101101010110110011110101101010000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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