#780D4A

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

Shades of Pompadour #780D4A

Tints of Pompadour #780D4A

Color information

#780D4A (or 0x780D4A) is unknown color: approx Pompadour. HEX triplet: 78, 0D and 4A. RGB value is (120,13,74). Sum of RGB (Red+Green+Blue) = 120+13+74=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #780D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D4A is #87F2B5. Grayscale: #333333. Windows color (decimal): -8909494 or 4853112. OLE color: 4853112.

HSL color Cylindrical-coordinate representation of color #780D4A: hue angle of 325.79º 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 #780D4A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1201374-
CMYK00.890.380.53
HSL325.79º80.45%26.08%-
HSV(B)325.79º89.17%47.06%-
XYZ9.134.786.92-
YUV51.95140.45176.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=57.97%
G=6.28%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120137400.890.380.53325.7980.4526.08
Hex78D4A0592635146501a
Octal170151120131466550612032
Binary11110001101100101001011001100110110101101000110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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