#781546

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

Shades of Pompadour #781546

Tints of Pompadour #781546

Color information

#781546 (or 0x781546) is unknown color: approx Pompadour. HEX triplet: 78, 15 and 46. RGB value is (120,21,70). Sum of RGB (Red+Green+Blue) = 120+21+70=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #781546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781546 is #87EAB9. Grayscale: #383838. Windows color (decimal): -8907450 or 4593016. OLE color: 4593016.

HSL color Cylindrical-coordinate representation of color #781546: hue angle of 330.3º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781546 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1202170-
CMYK00.830.420.53
HSL330.3º70.21%27.65%-
HSV(B)330.3º82.5%47.06%-
XYZ9.124.976.27-
YUV56.19135.8173.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.87%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=56.87%
G=9.95%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120217000.830.420.53330.370.2127.65
Hex7815460532A3514a461c
Octal170251060123526551210634
Binary111100010101100011001010011101010110101101001010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781546; }

 p { color: rgb(120,21,70); }

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

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

 a { background-color: rgb(120,21,70); }

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

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

 span { border-color: rgb(120,21,70); }

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