#79153F

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

Shades of Pompadour #79153F

Tints of Pompadour #79153F

Color information

#79153F (or 0x79153F) is unknown color: approx Pompadour. HEX triplet: 79, 15 and 3F. RGB value is (121,21,63). Sum of RGB (Red+Green+Blue) = 121+21+63=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #79153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79153F is #86EAC0. Grayscale: #373737. Windows color (decimal): -8841921 or 4134265. OLE color: 4134265.

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

Color convert

RGB1212163-
CMYK00.830.480.53
HSL334.8º70.42%27.84%-
HSV(B)334.8º82.64%47.45%-
XYZ9.054.965.18-
YUV55.69132.13174.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.02%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 63 (25% from 255) = 30.73%
R=59.02%
G=10.24%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121216300.830.480.53334.870.4227.84
Hex79153F053303514f461c
Octal17125770123606551710634
Binary11110011010111111101010011110000110101101001111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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