#D73039

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

Shades of Mahogany #D73039

Tints of Mahogany #D73039

Color information

#D73039 (or 0xD73039) is unknown color: approx Mahogany. HEX triplet: D7, 30 and 39. RGB value is (215,48,57). Sum of RGB (Red+Green+Blue) = 215+48+57=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73039 is #28CFC6. Grayscale: #636363. Windows color (decimal): -2674631 or 3748055. OLE color: 3748055.

HSL color Cylindrical-coordinate representation of color #D73039: hue angle of 356.77º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73039 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB2154857-
CMYK00.780.730.16
HSL356.77º67.61%51.57%-
HSV(B)356.77º77.67%84.31%-
XYZ29.8216.865.55-
YUV98.96104.33210.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.19%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 57 (22.66% from 255) = 17.81%
R=67.19%
G=15%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215485700.780.730.16356.7767.6151.57
HexD7303904E49101654434
Octal327607101161112054510464
Binary11010111110000111001010011101001001100001011001011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73039; }

 p { color: rgb(215,48,57); }

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

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

 a { background-color: rgb(215,48,57); }

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

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

 span { border-color: rgb(215,48,57); }

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