#781C41

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

Shades of Pompadour #781C41

Tints of Pompadour #781C41

Color information

#781C41 (or 0x781C41) is unknown color: approx Pompadour. HEX triplet: 78, 1C and 41. RGB value is (120,28,65). Sum of RGB (Red+Green+Blue) = 120+28+65=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #781C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C41 is #87E3BE. Grayscale: #3B3B3B. Windows color (decimal): -8905663 or 4267128. OLE color: 4267128.

HSL color Cylindrical-coordinate representation of color #781C41: hue angle of 335.87º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C41 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1202865-
CMYK00.770.460.53
HSL335.87º62.16%29.02%-
HSV(B)335.87º76.67%47.06%-
XYZ9.125.215.53-
YUV59.73130.98170.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=56.34%
G=13.15%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120286500.770.460.53335.8762.1629.02
Hex781C4104D2E351503e1d
Octal17034101011556655207635
Binary11110001110010000010100110110111011010110101000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781C41; }

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

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

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

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

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

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

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

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