#840C4E

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

Shades of Pompadour #840C4E

Tints of Pompadour #840C4E

Color information

#840C4E (or 0x840C4E) is unknown color: approx Pompadour. HEX triplet: 84, 0C and 4E. RGB value is (132,12,78). Sum of RGB (Red+Green+Blue) = 132+12+78=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #840C4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C4E is #7BF3B1. Grayscale: #373737. Windows color (decimal): -8123314 or 5115012. OLE color: 5115012.

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

Color convert

RGB1321278-
CMYK00.910.410.48
HSL327º83.33%28.24%-
HSV(B)327º90.91%51.76%-
XYZ11.025.727.73-
YUV55.4140.76182.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 12 (5.08% from 255) = 5.41%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=59.46%
G=5.41%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132127800.910.410.4832783.3328.24
Hex84C4E05B2930147531c
Octal204141160133516050712334
Binary100001001100100111001011011101001110000101000111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,12,78); }

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

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

 a { background-color: rgb(132,12,78); }

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

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

 span { border-color: rgb(132,12,78); }

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