#D1343E

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

Shades of Mahogany #D1343E

Tints of Mahogany #D1343E

Color information

#D1343E (or 0xD1343E) is unknown color: approx Mahogany. HEX triplet: D1, 34 and 3E. RGB value is (209,52,62). Sum of RGB (Red+Green+Blue) = 209+52+62=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1343E is #2ECBC1. Grayscale: #646464. Windows color (decimal): -3066818 or 4076753. OLE color: 4076753.

HSL color Cylindrical-coordinate representation of color #D1343E: hue angle of 356.18º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1343E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2095262-
CMYK00.750.700.18
HSL356.18º63.05%51.18%-
HSV(B)356.18º75.12%81.96%-
XYZ28.3916.366.22-
YUV100.08106.51205.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.71%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=64.71%
G=16.10%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209526200.750.700.18356.1863.0551.18
HexD1343E04B46121643f33
Octal32164760113106225447763
Binary1101000111010011111001001011100011010010101100100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1343E; }

 p { color: rgb(209,52,62); }

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

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

 a { background-color: rgb(209,52,62); }

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

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

 span { border-color: rgb(209,52,62); }

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