#780C51

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

Shades of Pompadour #780C51

Tints of Pompadour #780C51

Color information

#780C51 (or 0x780C51) is unknown color: approx Pompadour. HEX triplet: 78, 0C and 51. RGB value is (120,12,81). Sum of RGB (Red+Green+Blue) = 120+12+81=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #780C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C51 is #87F3AE. Grayscale: #333333. Windows color (decimal): -8909743 or 5311608. OLE color: 5311608.

HSL color Cylindrical-coordinate representation of color #780C51: hue angle of 321.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C51 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1201281-
CMYK00.900.320.53
HSL321.67º81.82%25.88%-
HSV(B)321.67º90%47.06%-
XYZ9.364.858.23-
YUV52.16144.28176.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=56.34%
G=5.63%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120128100.900.320.53321.6781.8225.88
Hex78C5105A2035142521a
Octal170141210132406550212232
Binary11110001100101000101011010100000110101101000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,12,81); }

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

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

 a { background-color: rgb(120,12,81); }

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

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

 span { border-color: rgb(120,12,81); }

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