#791A4F

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

Shades of Pompadour #791A4F

Tints of Pompadour #791A4F

Color information

#791A4F (or 0x791A4F) is unknown color: approx Pompadour. HEX triplet: 79, 1A and 4F. RGB value is (121,26,79). Sum of RGB (Red+Green+Blue) = 121+26+79=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #791A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A4F is #86E5B0. Grayscale: #3C3C3C. Windows color (decimal): -8840625 or 5184121. OLE color: 5184121.

HSL color Cylindrical-coordinate representation of color #791A4F: hue angle of 326.53º 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 #791A4F is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1212679-
CMYK00.790.350.53
HSL326.53º64.63%28.82%-
HSV(B)326.53º78.51%47.45%-
XYZ9.675.377.92-
YUV60.45138.47171.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.54%
GREEN value IS 26 (10.55% from 255) = 11.50%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=53.54%
G=11.50%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121267900.790.350.53326.5364.6328.82
Hex791A4F04F2335147411d
Octal171321170117436550710135
Binary111100111010100111101001111100011110101101000111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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