#840E3F

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

Shades of Pompadour #840E3F

Tints of Pompadour #840E3F

Color information

#840E3F (or 0x840E3F) is unknown color: approx Pompadour. HEX triplet: 84, 0E and 3F. RGB value is (132,14,63). Sum of RGB (Red+Green+Blue) = 132+14+63=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #840E3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840E3F is #7BF1C0. Grayscale: #363636. Windows color (decimal): -8122817 or 4132484. OLE color: 4132484.

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

Color convert

RGB1321463-
CMYK00.890.520.48
HSL335.08º80.82%28.63%-
HSV(B)335.08º89.39%51.76%-
XYZ10.575.585.22-
YUV54.87132.59183.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.16%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 63 (25% from 255) = 30.14%
R=63.16%
G=6.70%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132146300.890.520.48335.0880.8228.63
Hex84E3F059343014f511d
Octal20416770131646051712135
Binary10000100111011111101011001110100110000101001111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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