#D13A43

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

Shades of Mahogany #D13A43

Tints of Mahogany #D13A43

Color information

#D13A43 (or 0xD13A43) is unknown color: approx Mahogany. HEX triplet: D1, 3A and 43. RGB value is (209,58,67). Sum of RGB (Red+Green+Blue) = 209+58+67=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A43 is #2EC5BC. Grayscale: #686868. Windows color (decimal): -3065277 or 4405969. OLE color: 4405969.

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

Color convert

RGB2095867-
CMYK00.720.680.18
HSL356.42º62.14%52.35%-
HSV(B)356.42º72.25%81.96%-
XYZ28.8216.997.07-
YUV104.18107.03202.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.57%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=62.57%
G=17.37%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209586700.720.680.18356.4262.1452.35
HexD13A4304844121643e34
Octal321721030110104225447664
Binary11010001111010100001101001000100010010010101100100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A43; }

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

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

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

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

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

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

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

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