#840D3E

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

Shades of Pompadour #840D3E

Tints of Pompadour #840D3E

Color information

#840D3E (or 0x840D3E) is unknown color: approx Pompadour. HEX triplet: 84, 0D and 3E. RGB value is (132,13,62). Sum of RGB (Red+Green+Blue) = 132+13+62=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #840D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D3E is #7BF2C1. Grayscale: #363636. Windows color (decimal): -8123074 or 4066692. OLE color: 4066692.

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

Color convert

RGB1321362-
CMYK00.900.530.48
HSL335.29º82.07%28.43%-
HSV(B)335.29º90.15%51.76%-
XYZ10.535.545.07-
YUV54.17132.42183.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.77%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=63.77%
G=6.28%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132136200.900.530.48335.2982.0728.43
Hex84D3E05A353014f521c
Octal20415760132656051712234
Binary10000100110111111001011010110101110000101001111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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