#781258

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

Shades of Pompadour #781258

Tints of Pompadour #781258

Color information

#781258 (or 0x781258) is unknown color: approx Pompadour. HEX triplet: 78, 12 and 58. RGB value is (120,18,88). Sum of RGB (Red+Green+Blue) = 120+18+88=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #781258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781258 is #87EDA7. Grayscale: #383838. Windows color (decimal): -8908200 or 5771896. OLE color: 5771896.

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

Color convert

RGB1201888-
CMYK00.850.270.53
HSL318.82º73.91%27.06%-
HSV(B)318.82º85%47.06%-
XYZ9.725.139.71-
YUV56.48145.79173.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=53.10%
G=7.96%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120188800.850.270.53318.8273.9127.06
Hex7812580551B3513f4a1b
Octal170221300125336547711233
Binary11110001001010110000101010111011110101100111111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781258; }

 p { color: rgb(120,18,88); }

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

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

 a { background-color: rgb(120,18,88); }

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

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

 span { border-color: rgb(120,18,88); }

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