#790C4F

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

Shades of Pompadour #790C4F

Tints of Pompadour #790C4F

Color information

#790C4F (or 0x790C4F) is unknown color: approx Pompadour. HEX triplet: 79, 0C and 4F. RGB value is (121,12,79). Sum of RGB (Red+Green+Blue) = 121+12+79=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #790C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C4F is #86F3B0. Grayscale: #343434. Windows color (decimal): -8844209 or 5180537. OLE color: 5180537.

HSL color Cylindrical-coordinate representation of color #790C4F: hue angle of 323.12º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C4F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1211279-
CMYK00.900.350.53
HSL323.12º81.95%26.08%-
HSV(B)323.12º90.08%47.45%-
XYZ9.434.897.84-
YUV52.23143.11177.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.08%
GREEN value IS 12 (5.08% from 255) = 5.66%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=57.08%
G=5.66%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121127900.900.350.53323.1281.9526.08
Hex79C4F05A2335143521a
Octal171141170132436550312232
Binary11110011100100111101011010100011110101101000011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790C4F; }

 p { color: rgb(121,12,79); }

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

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

 a { background-color: rgb(121,12,79); }

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

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

 span { border-color: rgb(121,12,79); }

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