#840D3D

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

Shades of Pompadour #840D3D

Tints of Pompadour #840D3D

Color information

#840D3D (or 0x840D3D) is unknown color: approx Pompadour. HEX triplet: 84, 0D and 3D. RGB value is (132,13,61). Sum of RGB (Red+Green+Blue) = 132+13+61=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #840D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D3D is #7BF2C2. Grayscale: #353535. Windows color (decimal): -8123075 or 4001156. OLE color: 4001156.

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

Color convert

RGB1321361-
CMYK00.900.540.48
HSL335.8º82.07%28.43%-
HSV(B)335.8º90.15%51.76%-
XYZ10.55.534.93-
YUV54.05131.92183.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 61 (24.22% from 255) = 29.61%
R=64.08%
G=6.31%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132136100.900.540.48335.882.0728.43
Hex84D3D05A3630150521c
Octal20415750132666052012234
Binary10000100110111110101011010110110110000101010000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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