#D1383B

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

Shades of Mahogany #D1383B

Tints of Mahogany #D1383B

Color information

#D1383B (or 0xD1383B) is unknown color: approx Mahogany. HEX triplet: D1, 38 and 3B. RGB value is (209,56,59). Sum of RGB (Red+Green+Blue) = 209+56+59=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1383B is #2EC7C4. Grayscale: #666666. Windows color (decimal): -3065797 or 3881169. OLE color: 3881169.

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

Color convert

RGB2095659-
CMYK00.730.720.18
HSL358.82º62.45%51.96%-
HSV(B)358.82º73.21%81.96%-
XYZ28.516.75.86-
YUV102.09103.69204.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.51%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=64.51%
G=17.28%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209565900.730.720.18358.8262.4551.96
HexD1383B04948121673e34
Octal32170730111110225477664
Binary1101000111100011101101001001100100010010101100111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1383B; }

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

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

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

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

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

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

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

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