#840D40

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

Shades of Pompadour #840D40

Tints of Pompadour #840D40

Color information

#840D40 (or 0x840D40) is unknown color: approx Pompadour. HEX triplet: 84, 0D and 40. RGB value is (132,13,64). Sum of RGB (Red+Green+Blue) = 132+13+64=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #840D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D40 is #7BF2BF. Grayscale: #363636. Windows color (decimal): -8123072 or 4197764. OLE color: 4197764.

HSL color Cylindrical-coordinate representation of color #840D40: hue angle of 334.29º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D40 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1321364-
CMYK00.900.520.48
HSL334.29º82.07%28.43%-
HSV(B)334.29º90.15%51.76%-
XYZ10.595.565.37-
YUV54.4133.42183.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.16%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=63.16%
G=6.22%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132136400.900.520.48334.2982.0728.43
Hex84D4005A343014e521c
Octal204151000132646051612234
Binary100001001101100000001011010110100110000101001110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,13,64); }

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

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

 a { background-color: rgb(132,13,64); }

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

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

 span { border-color: rgb(132,13,64); }

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