#D13A41

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

Shades of Mahogany #D13A41

Tints of Mahogany #D13A41

Color information

#D13A41 (or 0xD13A41) is unknown color: approx Mahogany. HEX triplet: D1, 3A and 41. RGB value is (209,58,65). Sum of RGB (Red+Green+Blue) = 209+58+65=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A41 is #2EC5BE. Grayscale: #686868. Windows color (decimal): -3065279 or 4274897. OLE color: 4274897.

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

Color convert

RGB2095865-
CMYK00.720.690.18
HSL357.22º62.14%52.35%-
HSV(B)357.22º72.25%81.96%-
XYZ28.7616.966.76-
YUV103.95106.03202.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.95%
GREEN value IS 58 (23.05% from 255) = 17.47%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=62.95%
G=17.47%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209586500.720.690.18357.2262.1452.35
HexD13A4104845121653e34
Octal321721010110105225457664
Binary11010001111010100000101001000100010110010101100101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A41; }

 p { color: rgb(209,58,65); }

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

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

 a { background-color: rgb(209,58,65); }

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

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

 span { border-color: rgb(209,58,65); }

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