#840E3C

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

Shades of Pompadour #840E3C

Tints of Pompadour #840E3C

Color information

#840E3C (or 0x840E3C) is unknown color: approx Pompadour. HEX triplet: 84, 0E and 3C. RGB value is (132,14,60). Sum of RGB (Red+Green+Blue) = 132+14+60=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #840E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840E3C is #7BF1C3. Grayscale: #363636. Windows color (decimal): -8122820 or 3935876. OLE color: 3935876.

HSL color Cylindrical-coordinate representation of color #840E3C: hue angle of 336.61º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E3C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1321460-
CMYK00.890.550.48
HSL336.61º80.82%28.63%-
HSV(B)336.61º89.39%51.76%-
XYZ10.495.554.79-
YUV54.53131.09183.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 14 (5.86% from 255) = 6.80%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=64.08%
G=6.80%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132146000.890.550.48336.6180.8228.63
Hex84E3C0593730151511d
Octal20416740131676052112135
Binary10000100111011110001011001110111110000101010001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,14,60); }

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

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

 a { background-color: rgb(132,14,60); }

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

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

 span { border-color: rgb(132,14,60); }

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