#791C4A

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

Shades of Pompadour #791C4A

Tints of Pompadour #791C4A

Color information

#791C4A (or 0x791C4A) is unknown color: approx Pompadour. HEX triplet: 79, 1C and 4A. RGB value is (121,28,74). Sum of RGB (Red+Green+Blue) = 121+28+74=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #791C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C4A is #86E3B5. Grayscale: #3C3C3C. Windows color (decimal): -8840118 or 4856953. OLE color: 4856953.

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

Color convert

RGB1212874-
CMYK00.770.390.53
HSL330.32º62.42%29.22%-
HSV(B)330.32º76.86%47.45%-
XYZ9.545.397.02-
YUV61.05135.31170.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.26%
GREEN value IS 28 (11.33% from 255) = 12.56%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=54.26%
G=12.56%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121287400.770.390.53330.3262.4229.22
Hex791C4A04D273514a3e1d
Octal17134112011547655127635
Binary11110011110010010100100110110011111010110100101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,28,74); }

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

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

 a { background-color: rgb(121,28,74); }

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

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

 span { border-color: rgb(121,28,74); }

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