#781950

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

Shades of Pompadour #781950

Tints of Pompadour #781950

Color information

#781950 (or 0x781950) is unknown color: approx Pompadour. HEX triplet: 78, 19 and 50. RGB value is (120,25,80). Sum of RGB (Red+Green+Blue) = 120+25+80=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #781950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781950 is #87E6AF. Grayscale: #3B3B3B. Windows color (decimal): -8906416 or 5249400. OLE color: 5249400.

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

Color convert

RGB1202580-
CMYK00.790.330.53
HSL325.26º65.52%28.43%-
HSV(B)325.26º79.17%47.06%-
XYZ9.545.278.1-
YUV59.68139.47171.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=53.33%
G=11.11%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120258000.790.330.53325.2665.5228.43
Hex78195004F2135145421c
Octal170311200117416550510234
Binary111100011001101000001001111100001110101101000101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781950; }

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

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

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

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

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

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

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

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