#D1373C

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

Shades of Mahogany #D1373C

Tints of Mahogany #D1373C

Color information

#D1373C (or 0xD1373C) is unknown color: approx Mahogany. HEX triplet: D1, 37 and 3C. RGB value is (209,55,60). Sum of RGB (Red+Green+Blue) = 209+55+60=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1373C is #2EC8C3. Grayscale: #656565. Windows color (decimal): -3066052 or 3946449. OLE color: 3946449.

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

Color convert

RGB2095560-
CMYK00.740.710.18
HSL358.05º62.6%51.76%-
HSV(B)358.05º73.68%81.96%-
XYZ28.4816.615.98-
YUV101.62104.52204.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.51%
GREEN value IS 55 (21.88% from 255) = 16.98%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=64.51%
G=16.98%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209556000.740.710.18358.0562.651.76
HexD1373C04A47121663f34
Octal32167740112107225467764
Binary1101000111011111110001001010100011110010101100110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1373C; }

 p { color: rgb(209,55,60); }

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

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

 a { background-color: rgb(209,55,60); }

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

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

 span { border-color: rgb(209,55,60); }

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