#781748

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

Shades of Pompadour #781748

Tints of Pompadour #781748

Color information

#781748 (or 0x781748) is unknown color: approx Pompadour. HEX triplet: 78, 17 and 48. RGB value is (120,23,72). Sum of RGB (Red+Green+Blue) = 120+23+72=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #781748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781748 is #87E8B7. Grayscale: #393939. Windows color (decimal): -8906936 or 4724600. OLE color: 4724600.

HSL color Cylindrical-coordinate representation of color #781748: hue angle of 329.69º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781748 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1202372-
CMYK00.810.400.53
HSL329.69º67.83%28.04%-
HSV(B)329.69º80.83%47.06%-
XYZ9.225.076.62-
YUV57.59136.14172.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.81%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=55.81%
G=10.70%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120237200.810.400.53329.6967.8328.04
Hex781748051283514a441c
Octal170271100121506551210434
Binary111100010111100100001010001101000110101101001010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781748; }

 p { color: rgb(120,23,72); }

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

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

 a { background-color: rgb(120,23,72); }

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

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

 span { border-color: rgb(120,23,72); }

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