#781046

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

Shades of Pompadour #781046

Tints of Pompadour #781046

Color information

#781046 (or 0x781046) is unknown color: approx Pompadour. HEX triplet: 78, 10 and 46. RGB value is (120,16,70). Sum of RGB (Red+Green+Blue) = 120+16+70=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #781046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781046 is #87EFB9. Grayscale: #353535. Windows color (decimal): -8908730 or 4591736. OLE color: 4591736.

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

Color convert

RGB1201670-
CMYK00.870.420.53
HSL328.85º76.47%26.67%-
HSV(B)328.85º86.67%47.06%-
XYZ9.044.816.25-
YUV53.25137.46175.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=58.25%
G=7.77%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120167000.870.420.53328.8576.4726.67
Hex7810460572A351494c1b
Octal170201060127526551111433
Binary111100010000100011001010111101010110101101001001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781046; }

 p { color: rgb(120,16,70); }

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

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

 a { background-color: rgb(120,16,70); }

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

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

 span { border-color: rgb(120,16,70); }

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