#781952

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

Shades of Pompadour #781952

Tints of Pompadour #781952

Color information

#781952 (or 0x781952) is unknown color: approx Pompadour. HEX triplet: 78, 19 and 52. RGB value is (120,25,82). Sum of RGB (Red+Green+Blue) = 120+25+82=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #781952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781952 is #87E6AD. Grayscale: #3B3B3B. Windows color (decimal): -8906414 or 5380472. OLE color: 5380472.

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

Color convert

RGB1202582-
CMYK00.790.320.53
HSL324º65.52%28.43%-
HSV(B)324º79.17%47.06%-
XYZ9.625.38.5-
YUV59.9140.47170.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=52.86%
G=11.01%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120258200.790.320.5332465.5228.43
Hex78195204F2035144421c
Octal170311220117406550410234
Binary111100011001101001001001111100000110101101000100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781952; }

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

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

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

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

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

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

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

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