#781C4A

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

Shades of Pompadour #781C4A

Tints of Pompadour #781C4A

Color information

#781C4A (or 0x781C4A) is unknown color: approx Pompadour. HEX triplet: 78, 1C and 4A. RGB value is (120,28,74). Sum of RGB (Red+Green+Blue) = 120+28+74=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #781C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C4A is #87E3B5. Grayscale: #3C3C3C. Windows color (decimal): -8905654 or 4856952. OLE color: 4856952.

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

Color convert

RGB1202874-
CMYK00.770.380.53
HSL330º62.16%29.02%-
HSV(B)330º76.67%47.06%-
XYZ9.45.327.01-
YUV60.75135.48170.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=54.05%
G=12.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120287400.770.380.5333062.1629.02
Hex781C4A04D263514a3e1d
Octal17034112011546655127635
Binary11110001110010010100100110110011011010110100101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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