#781949

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

Shades of Pompadour #781949

Tints of Pompadour #781949

Color information

#781949 (or 0x781949) is unknown color: approx Pompadour. HEX triplet: 78, 19 and 49. RGB value is (120,25,73). Sum of RGB (Red+Green+Blue) = 120+25+73=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #781949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781949 is #87E6B6. Grayscale: #3A3A3A. Windows color (decimal): -8906423 or 4790648. OLE color: 4790648.

HSL color Cylindrical-coordinate representation of color #781949: hue angle of 329.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781949 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1202573-
CMYK00.790.390.53
HSL329.68º65.52%28.43%-
HSV(B)329.68º79.17%47.06%-
XYZ9.35.176.81-
YUV58.88135.97171.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=55.05%
G=11.47%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120257300.790.390.53329.6865.5228.43
Hex78194904F273514a421c
Octal170311110117476551210234
Binary111100011001100100101001111100111110101101001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781949; }

 p { color: rgb(120,25,73); }

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

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

 a { background-color: rgb(120,25,73); }

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

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

 span { border-color: rgb(120,25,73); }

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