#781144

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

Shades of Pompadour #781144

Tints of Pompadour #781144

Color information

#781144 (or 0x781144) is unknown color: approx Pompadour. HEX triplet: 78, 11 and 44. RGB value is (120,17,68). Sum of RGB (Red+Green+Blue) = 120+17+68=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #781144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781144 is #87EEBB. Grayscale: #353535. Windows color (decimal): -8908476 or 4460920. OLE color: 4460920.

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

Color convert

RGB1201768-
CMYK00.860.430.53
HSL330.29º75.18%26.86%-
HSV(B)330.29º85.83%47.06%-
XYZ8.994.815.92-
YUV53.61136.12175.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=58.54%
G=8.29%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120176800.860.430.53330.2975.1826.86
Hex7811440562B3514a4b1b
Octal170211040126536551211333
Binary111100010001100010001010110101011110101101001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781144; }

 p { color: rgb(120,17,68); }

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

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

 a { background-color: rgb(120,17,68); }

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

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

 span { border-color: rgb(120,17,68); }

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