#781953

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

Shades of Pompadour #781953

Tints of Pompadour #781953

Color information

#781953 (or 0x781953) is unknown color: approx Pompadour. HEX triplet: 78, 19 and 53. RGB value is (120,25,83). Sum of RGB (Red+Green+Blue) = 120+25+83=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781953 is #87E6AC. Grayscale: #3B3B3B. Windows color (decimal): -8906413 or 5446008. OLE color: 5446008.

HSL color Cylindrical-coordinate representation of color #781953: hue angle of 323.37º 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 #781953 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1202583-
CMYK00.790.310.53
HSL323.37º65.52%28.43%-
HSV(B)323.37º79.17%47.06%-
XYZ9.655.318.7-
YUV60.02140.97170.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 83 (32.81% from 255) = 36.40%
R=52.63%
G=10.96%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120258300.790.310.53323.3765.5228.43
Hex78195304F1F35143421c
Octal170311230117376550310234
Binary11110001100110100110100111111111110101101000011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781953; }

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

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

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

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

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

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

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

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