#840D46

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

Shades of Pompadour #840D46

Tints of Pompadour #840D46

Color information

#840D46 (or 0x840D46) is unknown color: approx Pompadour. HEX triplet: 84, 0D and 46. RGB value is (132,13,70). Sum of RGB (Red+Green+Blue) = 132+13+70=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #840D46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D46 is #7BF2B9. Grayscale: #363636. Windows color (decimal): -8123066 or 4590980. OLE color: 4590980.

HSL color Cylindrical-coordinate representation of color #840D46: hue angle of 331.26º 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 #840D46 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1321370-
CMYK00.900.470.48
HSL331.26º82.07%28.43%-
HSV(B)331.26º90.15%51.76%-
XYZ10.775.646.31-
YUV55.08136.42182.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.40%
GREEN value IS 13 (5.47% from 255) = 6.05%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=61.40%
G=6.05%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132137000.900.470.48331.2682.0728.43
Hex84D4605A2F3014b521c
Octal204151060132576051312234
Binary100001001101100011001011010101111110000101001011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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