#780D50

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

Shades of Pompadour #780D50

Tints of Pompadour #780D50

Color information

#780D50 (or 0x780D50) is unknown color: approx Pompadour. HEX triplet: 78, 0D and 50. RGB value is (120,13,80). Sum of RGB (Red+Green+Blue) = 120+13+80=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #780D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D50 is #87F2AF. Grayscale: #343434. Windows color (decimal): -8909488 or 5246328. OLE color: 5246328.

HSL color Cylindrical-coordinate representation of color #780D50: hue angle of 322.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D50 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1201380-
CMYK00.890.330.53
HSL322.43º80.45%26.08%-
HSV(B)322.43º89.17%47.06%-
XYZ9.344.868.04-
YUV52.63143.45176.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 13 (5.47% from 255) = 6.10%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=56.34%
G=6.10%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120138000.890.330.53322.4380.4526.08
Hex78D500592135142501a
Octal170151200131416550212032
Binary11110001101101000001011001100001110101101000010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,13,80); }

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

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

 a { background-color: rgb(120,13,80); }

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

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

 span { border-color: rgb(120,13,80); }

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