#791155

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

Shades of Pompadour #791155

Tints of Pompadour #791155

Color information

#791155 (or 0x791155) is unknown color: approx Pompadour. HEX triplet: 79, 11 and 55. RGB value is (121,17,85). Sum of RGB (Red+Green+Blue) = 121+17+85=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #791155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791155 is #86EEAA. Grayscale: #373737. Windows color (decimal): -8842923 or 5575033. OLE color: 5575033.

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

Color convert

RGB1211785-
CMYK00.860.300.53
HSL320.77º75.36%27.06%-
HSV(B)320.77º85.95%47.45%-
XYZ9.735.129.07-
YUV55.85144.46174.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.26%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=54.26%
G=7.62%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121178500.860.300.53320.7775.3627.06
Hex7911550561E351414b1b
Octal171211250126366550111333
Binary11110011000110101010101011011110110101101000001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791155; }

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

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

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

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

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

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

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

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