#781B56

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

Shades of Pompadour #781B56

Tints of Pompadour #781B56

Color information

#781B56 (or 0x781B56) is unknown color: approx Pompadour. HEX triplet: 78, 1B and 56. RGB value is (120,27,86). Sum of RGB (Red+Green+Blue) = 120+27+86=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #781B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B56 is #87E4A9. Grayscale: #3D3D3D. Windows color (decimal): -8905898 or 5643128. OLE color: 5643128.

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

Color convert

RGB1202786-
CMYK00.780.280.53
HSL321.94º63.27%28.82%-
HSV(B)321.94º77.5%47.06%-
XYZ9.825.459.34-
YUV61.53141.81169.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 27 (10.94% from 255) = 11.59%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=51.50%
G=11.59%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120278600.780.280.53321.9463.2728.82
Hex781B5604E1C351423f1d
Octal17033126011634655027735
Binary1111000110111010110010011101110011010110100001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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