#D1343F

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

Shades of Mahogany #D1343F

Tints of Mahogany #D1343F

Color information

#D1343F (or 0xD1343F) is unknown color: approx Mahogany. HEX triplet: D1, 34 and 3F. RGB value is (209,52,63). Sum of RGB (Red+Green+Blue) = 209+52+63=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1343F is #2ECBC0. Grayscale: #646464. Windows color (decimal): -3066817 or 4142289. OLE color: 4142289.

HSL color Cylindrical-coordinate representation of color #D1343F: hue angle of 355.8º 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 #D1343F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2095263-
CMYK00.750.700.18
HSL355.8º63.05%51.18%-
HSV(B)355.8º75.12%81.96%-
XYZ28.4216.376.36-
YUV100.2107.01205.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.51%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 63 (25% from 255) = 19.44%
R=64.51%
G=16.05%
B=19.44%

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
Decimal209526300.750.700.18355.863.0551.18
HexD1343F04B46121643f33
Octal32164770113106225447763
Binary1101000111010011111101001011100011010010101100100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1343F; }

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

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

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

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

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

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

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

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