#D73340

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

Shades of Mahogany #D73340

Tints of Mahogany #D73340

Color information

#D73340 (or 0xD73340) is unknown color: approx Mahogany. HEX triplet: D7, 33 and 40. RGB value is (215,51,64). Sum of RGB (Red+Green+Blue) = 215+51+64=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D73340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73340 is #28CCBF. Grayscale: #656565. Windows color (decimal): -2673856 or 4207575. OLE color: 4207575.

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

Color convert

RGB2155164-
CMYK00.760.700.16
HSL355.24º67.21%52.16%-
HSV(B)355.24º76.28%84.31%-
XYZ30.1317.186.58-
YUV101.52106.83208.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.15%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=65.15%
G=15.45%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215516400.760.700.16355.2467.2152.16
HexD7334004C46101634334
Octal3276310001141062054310364
Binary110101111100111000000010011001000110100001011000111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73340; }

 p { color: rgb(215,51,64); }

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

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

 a { background-color: rgb(215,51,64); }

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

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

 span { border-color: rgb(215,51,64); }

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