#791148

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

Shades of Pompadour #791148

Tints of Pompadour #791148

Color information

#791148 (or 0x791148) is unknown color: approx Pompadour. HEX triplet: 79, 11 and 48. RGB value is (121,17,72). Sum of RGB (Red+Green+Blue) = 121+17+72=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #791148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791148 is #86EEB7. Grayscale: #363636. Windows color (decimal): -8842936 or 4723065. OLE color: 4723065.

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

Color convert

RGB1211772-
CMYK00.860.400.53
HSL328.27º75.36%27.06%-
HSV(B)328.27º85.95%47.45%-
XYZ9.264.936.6-
YUV54.37137.96175.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.62%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=57.62%
G=8.10%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121177200.860.400.53328.2775.3627.06
Hex79114805628351484b1b
Octal171211100126506551011333
Binary111100110001100100001010110101000110101101001000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791148; }

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

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

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

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

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

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

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

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