#791A56

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

Shades of Pompadour #791A56

Tints of Pompadour #791A56

Color information

#791A56 (or 0x791A56) is unknown color: approx Pompadour. HEX triplet: 79, 1A and 56. RGB value is (121,26,86). Sum of RGB (Red+Green+Blue) = 121+26+86=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #791A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A56 is #86E5A9. Grayscale: #3D3D3D. Windows color (decimal): -8840618 or 5642873. OLE color: 5642873.

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

Color convert

RGB1212686-
CMYK00.790.290.53
HSL322.11º64.63%28.82%-
HSV(B)322.11º78.51%47.45%-
XYZ9.935.489.34-
YUV61.24141.97170.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=51.93%
G=11.16%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121268600.790.290.53322.1164.6328.82
Hex791A5604F1D35142411d
Octal171321260117356550210135
Binary11110011101010101100100111111101110101101000010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791A56; }

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

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

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

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

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

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

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

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