#781B52

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

Shades of Pompadour #781B52

Tints of Pompadour #781B52

Color information

#781B52 (or 0x781B52) is unknown color: approx Pompadour. HEX triplet: 78, 1B and 52. RGB value is (120,27,82). Sum of RGB (Red+Green+Blue) = 120+27+82=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #781B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B52 is #87E4AD. Grayscale: #3C3C3C. Windows color (decimal): -8905902 or 5380984. OLE color: 5380984.

HSL color Cylindrical-coordinate representation of color #781B52: hue angle of 324.52º degrees, saturation: 0.63, 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 #781B52 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1202782-
CMYK00.780.320.53
HSL324.52º63.27%28.82%-
HSV(B)324.52º77.5%47.06%-
XYZ9.665.398.51-
YUV61.08139.81170.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 27 (10.94% from 255) = 11.79%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=52.40%
G=11.79%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120278200.780.320.53324.5263.2728.82
Hex781B5204E20351453f1d
Octal17033122011640655057735
Binary11110001101110100100100111010000011010110100010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,27,82); }

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

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

 a { background-color: rgb(120,27,82); }

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

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

 span { border-color: rgb(120,27,82); }

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