#791C48

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

Shades of Pompadour #791C48

Tints of Pompadour #791C48

Color information

#791C48 (or 0x791C48) is unknown color: approx Pompadour. HEX triplet: 79, 1C and 48. RGB value is (121,28,72). Sum of RGB (Red+Green+Blue) = 121+28+72=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #791C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C48 is #86E3B7. Grayscale: #3C3C3C. Windows color (decimal): -8840120 or 4725881. OLE color: 4725881.

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

Color convert

RGB1212872-
CMYK00.770.400.53
HSL331.61º62.42%29.22%-
HSV(B)331.61º76.86%47.45%-
XYZ9.475.366.67-
YUV60.82134.31170.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=54.75%
G=12.67%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121287200.770.400.53331.6162.4229.22
Hex791C4804D283514c3e1d
Octal17134110011550655147635
Binary11110011110010010000100110110100011010110100110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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