#781452

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

Shades of Pompadour #781452

Tints of Pompadour #781452

Color information

#781452 (or 0x781452) is unknown color: approx Pompadour. HEX triplet: 78, 14 and 52. RGB value is (120,20,82). Sum of RGB (Red+Green+Blue) = 120+20+82=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #781452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781452 is #87EBAD. Grayscale: #383838. Windows color (decimal): -8907694 or 5379192. OLE color: 5379192.

HSL color Cylindrical-coordinate representation of color #781452: hue angle of 322.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781452 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1202082-
CMYK00.830.320.53
HSL322.8º71.43%27.45%-
HSV(B)322.8º83.33%47.06%-
XYZ9.525.18.47-
YUV56.97142.13172.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=54.05%
G=9.01%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120208200.830.320.53322.871.4327.45
Hex7814520532035143471b
Octal170241220123406550310733
Binary111100010100101001001010011100000110101101000011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781452; }

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

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

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

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

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

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

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

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