#D13738

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

Shades of Mahogany #D13738

Tints of Mahogany #D13738

Color information

#D13738 (or 0xD13738) is unknown color: approx Mahogany. HEX triplet: D1, 37 and 38. RGB value is (209,55,56). Sum of RGB (Red+Green+Blue) = 209+55+56=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D13738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13738 is #2EC8C7. Grayscale: #656565. Windows color (decimal): -3066056 or 3684305. OLE color: 3684305.

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

Color convert

RGB2095556-
CMYK00.740.730.18
HSL359.61º62.6%51.76%-
HSV(B)359.61º73.68%81.96%-
XYZ28.3716.575.44-
YUV101.16102.52204.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.31%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 56 (22.27% from 255) = 17.5%
R=65.31%
G=17.19%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209555600.740.730.18359.6162.651.76
HexD1373804A49121683f34
Octal32167700112111225507764
Binary1101000111011111100001001010100100110010101101000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13738; }

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

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

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

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

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

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

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

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