#840E3D

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

Shades of Pompadour #840E3D

Tints of Pompadour #840E3D

Color information

#840E3D (or 0x840E3D) is unknown color: approx Pompadour. HEX triplet: 84, 0E and 3D. RGB value is (132,14,61). Sum of RGB (Red+Green+Blue) = 132+14+61=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #840E3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840E3D is #7BF1C2. Grayscale: #363636. Windows color (decimal): -8122819 or 4001412. OLE color: 4001412.

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

Color convert

RGB1321461-
CMYK00.890.540.48
HSL336.1º80.82%28.63%-
HSV(B)336.1º89.39%51.76%-
XYZ10.525.564.93-
YUV54.64131.59183.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.77%
GREEN value IS 14 (5.86% from 255) = 6.76%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=63.77%
G=6.76%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132146100.890.540.48336.180.8228.63
Hex84E3D0593630150511d
Octal20416750131666052012135
Binary10000100111011110101011001110110110000101010000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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