#781041

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

Shades of Pompadour #781041

Tints of Pompadour #781041

Color information

#781041 (or 0x781041) is unknown color: approx Pompadour. HEX triplet: 78, 10 and 41. RGB value is (120,16,65). Sum of RGB (Red+Green+Blue) = 120+16+65=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #781041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781041 is #87EFBE. Grayscale: #343434. Windows color (decimal): -8908735 or 4264056. OLE color: 4264056.

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

Color convert

RGB1201665-
CMYK00.870.460.53
HSL331.73º76.47%26.67%-
HSV(B)331.73º86.67%47.06%-
XYZ8.894.755.45-
YUV52.68134.96176.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=59.70%
G=7.96%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120166500.870.460.53331.7376.4726.67
Hex7810410572E3514c4c1b
Octal170201010127566551411433
Binary111100010000100000101010111101110110101101001100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781041; }

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

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

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

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

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

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

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

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