#D83F46

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

Shades of Mahogany #D83F46

Tints of Mahogany #D83F46

Color information

#D83F46 (or 0xD83F46) is unknown color: approx Mahogany. HEX triplet: D8, 3F and 46. RGB value is (216,63,70). Sum of RGB (Red+Green+Blue) = 216+63+70=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F46 is #27C0B9. Grayscale: #6D6D6D. Windows color (decimal): -2605242 or 4603864. OLE color: 4603864.

HSL color Cylindrical-coordinate representation of color #D83F46: hue angle of 357.25º 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 #D83F46 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2166370-
CMYK00.710.680.15
HSL357.25º66.23%54.71%-
HSV(B)357.25º70.83%84.71%-
XYZ31.218.67.74-
YUV109.54105.69203.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.89%
GREEN value IS 63 (25% from 255) = 18.05%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=61.89%
G=18.05%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216637000.710.680.15357.2566.2354.71
HexD83F4604744F1654237
Octal3307710601071041754510267
Binary11011000111111100011001000111100010011111011001011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83F46; }

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

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

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

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

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

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

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

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