#790C51

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

Shades of Pompadour #790C51

Tints of Pompadour #790C51

Color information

#790C51 (or 0x790C51) is unknown color: approx Pompadour. HEX triplet: 79, 0C and 51. RGB value is (121,12,81). Sum of RGB (Red+Green+Blue) = 121+12+81=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #790C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C51 is #86F3AE. Grayscale: #343434. Windows color (decimal): -8844207 or 5311609. OLE color: 5311609.

HSL color Cylindrical-coordinate representation of color #790C51: hue angle of 322.02º 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 #790C51 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1211281-
CMYK00.900.330.53
HSL322.02º81.95%26.08%-
HSV(B)322.02º90.08%47.45%-
XYZ9.54.928.23-
YUV52.46144.11176.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.54%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=56.54%
G=5.61%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121128100.900.330.53322.0281.9526.08
Hex79C5105A2135142521a
Octal171141210132416550212232
Binary11110011100101000101011010100001110101101000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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