#D83F47

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

Shades of Mahogany #D83F47

Tints of Mahogany #D83F47

Color information

#D83F47 (or 0xD83F47) is unknown color: approx Mahogany. HEX triplet: D8, 3F and 47. RGB value is (216,63,71). Sum of RGB (Red+Green+Blue) = 216+63+71=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F47 is #27C0B8. Grayscale: #6D6D6D. Windows color (decimal): -2605241 or 4669400. OLE color: 4669400.

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

Color convert

RGB2166371-
CMYK00.710.670.15
HSL356.86º66.23%54.71%-
HSV(B)356.86º70.83%84.71%-
XYZ31.2318.617.91-
YUV109.66106.19203.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.71%
GREEN value IS 63 (25% from 255) = 18%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=61.71%
G=18%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216637100.710.670.15356.8666.2354.71
HexD83F4704743F1654237
Octal3307710701071031754510267
Binary11011000111111100011101000111100001111111011001011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83F47; }

 p { color: rgb(216,63,71); }

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

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

 a { background-color: rgb(216,63,71); }

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

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

 span { border-color: rgb(216,63,71); }

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