#840E4F

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

Shades of Pompadour #840E4F

Tints of Pompadour #840E4F

Color information

#840E4F (or 0x840E4F) is unknown color: approx Pompadour. HEX triplet: 84, 0E and 4F. RGB value is (132,14,79). Sum of RGB (Red+Green+Blue) = 132+14+79=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #840E4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E4F is #7BF1B0. Grayscale: #383838. Windows color (decimal): -8122801 or 5181060. OLE color: 5181060.

HSL color Cylindrical-coordinate representation of color #840E4F: hue angle of 326.95º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E4F is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1321479-
CMYK00.890.400.48
HSL326.95º80.82%28.63%-
HSV(B)326.95º89.39%51.76%-
XYZ11.085.787.93-
YUV56.69140.59181.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=58.67%
G=6.22%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132147900.890.400.48326.9580.8228.63
Hex84E4F0592830147511d
Octal204161170131506050712135
Binary100001001110100111101011001101000110000101000111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840E4F; }

 p { color: rgb(132,14,79); }

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

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

 a { background-color: rgb(132,14,79); }

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

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

 span { border-color: rgb(132,14,79); }

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