#781F43

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

Shades of Pompadour #781F43

Tints of Pompadour #781F43

Color information

#781F43 (or 0x781F43) is unknown color: approx Pompadour. HEX triplet: 78, 1F and 43. RGB value is (120,31,67). Sum of RGB (Red+Green+Blue) = 120+31+67=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #781F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F43 is #87E0BC. Grayscale: #3D3D3D. Windows color (decimal): -8904893 or 4398968. OLE color: 4398968.

HSL color Cylindrical-coordinate representation of color #781F43: hue angle of 335.73º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F43 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB1203167-
CMYK00.740.440.53
HSL335.73º58.94%29.61%-
HSV(B)335.73º74.17%47.06%-
XYZ9.255.385.86-
YUV61.72130.99169.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=55.05%
G=14.22%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120316700.740.440.53335.7358.9429.61
Hex781F4304A2C351503b1e
Octal17037103011254655207336
Binary11110001111110000110100101010110011010110101000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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