#781B55

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

Shades of Pompadour #781B55

Tints of Pompadour #781B55

Color information

#781B55 (or 0x781B55) is unknown color: approx Pompadour. HEX triplet: 78, 1B and 55. RGB value is (120,27,85). Sum of RGB (Red+Green+Blue) = 120+27+85=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #781B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B55 is #87E4AA. Grayscale: #3D3D3D. Windows color (decimal): -8905899 or 5577592. OLE color: 5577592.

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

Color convert

RGB1202785-
CMYK00.780.290.53
HSL322.58º63.27%28.82%-
HSV(B)322.58º77.5%47.06%-
XYZ9.785.439.13-
YUV61.42141.31169.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=51.72%
G=11.64%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120278500.780.290.53322.5863.2728.82
Hex781B5504E1D351433f1d
Octal17033125011635655037735
Binary1111000110111010101010011101110111010110100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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