#D9343C

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

Shades of Mahogany #D9343C

Tints of Mahogany #D9343C

Color information

#D9343C (or 0xD9343C) is unknown color: approx Mahogany. HEX triplet: D9, 34 and 3C. RGB value is (217,52,60). Sum of RGB (Red+Green+Blue) = 217+52+60=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9343C is #26CBC3. Grayscale: #666666. Windows color (decimal): -2542532 or 3945689. OLE color: 3945689.

HSL color Cylindrical-coordinate representation of color #D9343C: hue angle of 357.09º 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 #D9343C is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB2175260-
CMYK00.760.720.15
HSL357.09º68.46%52.75%-
HSV(B)357.09º76.04%85.1%-
XYZ30.6617.536.04-
YUV102.25104.16209.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 65.96%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=65.96%
G=15.81%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217526000.760.720.15357.0968.4652.75
HexD9343C04C48F1654435
Octal331647401141101754510465
Binary1101100111010011110001001100100100011111011001011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9343C; }

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

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

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

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

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

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

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

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