#781D4F

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

Shades of Pompadour #781D4F

Tints of Pompadour #781D4F

Color information

#781D4F (or 0x781D4F) is unknown color: approx Pompadour. HEX triplet: 78, 1D and 4F. RGB value is (120,29,79). Sum of RGB (Red+Green+Blue) = 120+29+79=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D4F is #87E2B0. Grayscale: #3D3D3D. Windows color (decimal): -8905393 or 5184888. OLE color: 5184888.

HSL color Cylindrical-coordinate representation of color #781D4F: hue angle of 327.03º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D4F is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1202979-
CMYK00.760.340.53
HSL327.03º61.07%29.22%-
HSV(B)327.03º75.83%47.06%-
XYZ9.65.447.94-
YUV61.91137.65169.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=52.63%
G=12.72%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120297900.760.340.53327.0361.0729.22
Hex781D4F04C22351473d1d
Octal17035117011442655077535
Binary11110001110110011110100110010001011010110100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781D4F; }

 p { color: rgb(120,29,79); }

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

<style>
 a { background-color: #781D4F; }

 a { background-color: rgb(120,29,79); }

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

<style>
 span { border-color: #781D4F; }

 span { border-color: rgb(120,29,79); }

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