#780F53

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

Shades of Pompadour #780F53

Tints of Pompadour #780F53

Color information

#780F53 (or 0x780F53) is unknown color: approx Pompadour. HEX triplet: 78, 0F and 53. RGB value is (120,15,83). Sum of RGB (Red+Green+Blue) = 120+15+83=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #780F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F53 is #87F0AC. Grayscale: #353535. Windows color (decimal): -8908973 or 5443448. OLE color: 5443448.

HSL color Cylindrical-coordinate representation of color #780F53: hue angle of 321.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F53 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1201583-
CMYK00.870.310.53
HSL321.14º77.78%26.47%-
HSV(B)321.14º87.5%47.06%-
XYZ9.484.968.64-
YUV54.15144.29174.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 15 (6.25% from 255) = 6.88%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=55.05%
G=6.88%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120158300.870.310.53321.1477.7826.47
Hex78F530571F351414e1a
Octal170171230127376550111632
Binary1111000111110100110101011111111110101101000001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780F53; }

 p { color: rgb(120,15,83); }

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

<style>
 a { background-color: #780F53; }

 a { background-color: rgb(120,15,83); }

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

<style>
 span { border-color: #780F53; }

 span { border-color: rgb(120,15,83); }

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