#840A47

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

Shades of Pompadour #840A47

Tints of Pompadour #840A47

Color information

#840A47 (or 0x840A47) is unknown color: approx Pompadour. HEX triplet: 84, 0A and 47. RGB value is (132,10,71). Sum of RGB (Red+Green+Blue) = 132+10+71=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #840A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840A47 is #7BF5B8. Grayscale: #353535. Windows color (decimal): -8123833 or 4655748. OLE color: 4655748.

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

Color convert

RGB1321071-
CMYK00.920.460.48
HSL330º85.92%27.84%-
HSV(B)330º92.42%51.76%-
XYZ10.765.586.47-
YUV53.43137.92184.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=61.97%
G=4.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132107100.920.460.4833085.9227.84
Hex84A4705C2E3014a561c
Octal204121070134566051212634
Binary100001001010100011101011100101110110000101001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,10,71); }

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

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

 a { background-color: rgb(132,10,71); }

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

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

 span { border-color: rgb(132,10,71); }

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