#791656

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

Shades of Pompadour #791656

Tints of Pompadour #791656

Color information

#791656 (or 0x791656) is unknown color: approx Pompadour. HEX triplet: 79, 16 and 56. RGB value is (121,22,86). Sum of RGB (Red+Green+Blue) = 121+22+86=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #791656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791656 is #86E9A9. Grayscale: #3A3A3A. Windows color (decimal): -8841642 or 5641849. OLE color: 5641849.

HSL color Cylindrical-coordinate representation of color #791656: hue angle of 321.21º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #791656 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1212286-
CMYK00.820.290.53
HSL321.21º69.23%28.04%-
HSV(B)321.21º81.82%47.45%-
XYZ9.855.319.31-
YUV58.9143.3172.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.84%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=52.84%
G=9.61%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121228600.820.290.53321.2169.2328.04
Hex7916560521D35141451c
Octal171261260122356550110534
Binary11110011011010101100101001011101110101101000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791656; }

 p { color: rgb(121,22,86); }

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

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

 a { background-color: rgb(121,22,86); }

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

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

 span { border-color: rgb(121,22,86); }

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