#D9383E

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

Shades of Mahogany #D9383E

Tints of Mahogany #D9383E

Color information

#D9383E (or 0xD9383E) is unknown color: approx Mahogany. HEX triplet: D9, 38 and 3E. RGB value is (217,56,62). Sum of RGB (Red+Green+Blue) = 217+56+62=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D9383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9383E is #26C7C1. Grayscale: #686868. Windows color (decimal): -2541506 or 4077785. OLE color: 4077785.

HSL color Cylindrical-coordinate representation of color #D9383E: hue angle of 357.76º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9383E is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2175662-
CMYK00.740.710.15
HSL357.76º67.93%53.53%-
HSV(B)357.76º74.19%85.1%-
XYZ30.917.936.39-
YUV104.82103.84208.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.78%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=64.78%
G=16.72%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217566200.740.710.15357.7667.9353.53
HexD9383E04A47F1664436
Octal331707601121071754610466
Binary1101100111100011111001001010100011111111011001101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9383E; }

 p { color: rgb(217,56,62); }

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

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

 a { background-color: rgb(217,56,62); }

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

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

 span { border-color: rgb(217,56,62); }

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