#840D42

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

Shades of Pompadour #840D42

Tints of Pompadour #840D42

Color information

#840D42 (or 0x840D42) is unknown color: approx Pompadour. HEX triplet: 84, 0D and 42. RGB value is (132,13,66). Sum of RGB (Red+Green+Blue) = 132+13+66=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #840D42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D42 is #7BF2BD. Grayscale: #363636. Windows color (decimal): -8123070 or 4328836. OLE color: 4328836.

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

Color convert

RGB1321366-
CMYK00.900.50.48
HSL333.28º82.07%28.43%-
HSV(B)333.28º90.15%51.76%-
XYZ10.645.595.67-
YUV54.62134.42183.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 13 (5.47% from 255) = 6.16%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=62.56%
G=6.16%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132136600.900.50.48333.2882.0728.43
Hex84D4205A323014d521c
Octal204151020132626051512234
Binary100001001101100001001011010110010110000101001101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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