#791C4C

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

Shades of Pompadour #791C4C

Tints of Pompadour #791C4C

Color information

#791C4C (or 0x791C4C) is unknown color: approx Pompadour. HEX triplet: 79, 1C and 4C. RGB value is (121,28,76). Sum of RGB (Red+Green+Blue) = 121+28+76=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #791C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C4C is #86E3B3. Grayscale: #3D3D3D. Windows color (decimal): -8840116 or 4988025. OLE color: 4988025.

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

Color convert

RGB1212876-
CMYK00.770.370.53
HSL329.03º62.42%29.22%-
HSV(B)329.03º76.86%47.45%-
XYZ9.65.427.38-
YUV61.28136.31170.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.78%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=53.78%
G=12.44%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121287600.770.370.53329.0362.4229.22
Hex791C4C04D25351493e1d
Octal17134114011545655117635
Binary11110011110010011000100110110010111010110100100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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