#D13038

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

Shades of Mahogany #D13038

Tints of Mahogany #D13038

Color information

#D13038 (or 0xD13038) is unknown color: approx Mahogany. HEX triplet: D1, 30 and 38. RGB value is (209,48,56). Sum of RGB (Red+Green+Blue) = 209+48+56=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13038 is #2ECFC7. Grayscale: #616161. Windows color (decimal): -3067848 or 3682513. OLE color: 3682513.

HSL color Cylindrical-coordinate representation of color #D13038: hue angle of 357.02º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13038 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2094856-
CMYK00.770.730.18
HSL357.02º63.64%50.39%-
HSV(B)357.02º77.03%81.96%-
XYZ28.0715.955.34-
YUV97.05104.84207.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.77%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=66.77%
G=15.34%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209485600.770.730.18357.0263.6450.39
HexD1303804D49121654032
Octal321607001151112254510062
Binary11010001110000111000010011011001001100101011001011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13038; }

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

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

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

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

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

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

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

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