#D73D3E

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

Shades of Mahogany #D73D3E

Tints of Mahogany #D73D3E

Color information

#D73D3E (or 0xD73D3E) is unknown color: approx Mahogany. HEX triplet: D7, 3D and 3E. RGB value is (215,61,62). Sum of RGB (Red+Green+Blue) = 215+61+62=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D3E is #28C2C1. Grayscale: #6B6B6B. Windows color (decimal): -2671298 or 4079063. OLE color: 4079063.

HSL color Cylindrical-coordinate representation of color #D73D3E: hue angle of 359.61º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73D3E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2156162-
CMYK00.720.710.16
HSL359.61º65.81%54.12%-
HSV(B)359.61º71.63%84.31%-
XYZ30.5618.136.45-
YUV107.16102.52204.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.61%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 62 (24.61% from 255) = 18.34%
R=63.61%
G=18.05%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215616200.720.710.16359.6165.8154.12
HexD73D3E04847101684236
Octal327757601101072055010266
Binary11010111111101111110010010001000111100001011010001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73D3E; }

 p { color: rgb(215,61,62); }

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

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

 a { background-color: rgb(215,61,62); }

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

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

 span { border-color: rgb(215,61,62); }

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