#D9343B

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

Shades of Mahogany #D9343B

Tints of Mahogany #D9343B

Color information

#D9343B (or 0xD9343B) is unknown color: approx Mahogany. HEX triplet: D9, 34 and 3B. RGB value is (217,52,59). Sum of RGB (Red+Green+Blue) = 217+52+59=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9343B is #26CBC4. Grayscale: #666666. Windows color (decimal): -2542533 or 3880153. OLE color: 3880153.

HSL color Cylindrical-coordinate representation of color #D9343B: hue angle of 357.45º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9343B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB2175259-
CMYK00.760.730.15
HSL357.45º68.46%52.75%-
HSV(B)357.45º76.04%85.1%-
XYZ30.6317.525.91-
YUV102.13103.66209.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.16%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 59 (23.44% from 255) = 17.99%
R=66.16%
G=15.85%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217525900.760.730.15357.4568.4652.75
HexD9343B04C49F1654435
Octal331647301141111754510465
Binary1101100111010011101101001100100100111111011001011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9343B; }

 p { color: rgb(217,52,59); }

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

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

 a { background-color: rgb(217,52,59); }

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

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

 span { border-color: rgb(217,52,59); }

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