#D84446

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

Shades of Mahogany #D84446

Tints of Mahogany #D84446

Color information

#D84446 (or 0xD84446) is unknown color: approx Mahogany. HEX triplet: D8, 44 and 46. RGB value is (216,68,70). Sum of RGB (Red+Green+Blue) = 216+68+70=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D84446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84446 is #27BBB9. Grayscale: #707070. Windows color (decimal): -2603962 or 4605144. OLE color: 4605144.

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

Color convert

RGB2166870-
CMYK00.690.680.15
HSL359.19º65.49%55.69%-
HSV(B)359.19º68.52%84.71%-
XYZ31.4919.187.84-
YUV112.48104.03201.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.02%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=61.02%
G=19.21%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216687000.690.680.15359.1965.4955.69
HexD8444604544F1674138
Octal33010410601051041754710170
Binary110110001000100100011001000101100010011111011001111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84446; }

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

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

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

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

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

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

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

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