#D8323E

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

Shades of Mahogany #D8323E

Tints of Mahogany #D8323E

Color information

#D8323E (or 0xD8323E) is unknown color: approx Mahogany. HEX triplet: D8, 32 and 3E. RGB value is (216,50,62). Sum of RGB (Red+Green+Blue) = 216+50+62=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8323E is #27CDC1. Grayscale: #656565. Windows color (decimal): -2608578 or 4076248. OLE color: 4076248.

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

Color convert

RGB2165062-
CMYK00.770.710.15
HSL355.66º68.03%52.16%-
HSV(B)355.66º76.85%84.71%-
XYZ30.3317.236.28-
YUV101106210.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.85%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=65.85%
G=15.24%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216506200.770.710.15355.6668.0352.16
HexD8323E04D47F1644434
Octal330627601151071754410464
Binary1101100011001011111001001101100011111111011001001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8323E; }

 p { color: rgb(216,50,62); }

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

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

 a { background-color: rgb(216,50,62); }

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

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

 span { border-color: rgb(216,50,62); }

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