#781143

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

Shades of Pompadour #781143

Tints of Pompadour #781143

Color information

#781143 (or 0x781143) is unknown color: approx Pompadour. HEX triplet: 78, 11 and 43. RGB value is (120,17,67). Sum of RGB (Red+Green+Blue) = 120+17+67=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #781143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781143 is #87EEBC. Grayscale: #353535. Windows color (decimal): -8908477 or 4395384. OLE color: 4395384.

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

Color convert

RGB1201767-
CMYK00.860.440.53
HSL330.87º75.18%26.86%-
HSV(B)330.87º85.83%47.06%-
XYZ8.964.85.76-
YUV53.5135.62175.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=58.82%
G=8.33%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120176700.860.440.53330.8775.1826.86
Hex7811430562C3514b4b1b
Octal170211030126546551311333
Binary111100010001100001101010110101100110101101001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781143; }

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

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

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

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

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

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

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

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