#D8343D

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

Shades of Mahogany #D8343D

Tints of Mahogany #D8343D

Color information

#D8343D (or 0xD8343D) is unknown color: approx Mahogany. HEX triplet: D8, 34 and 3D. RGB value is (216,52,61). Sum of RGB (Red+Green+Blue) = 216+52+61=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8343D is #27CBC2. Grayscale: #666666. Windows color (decimal): -2608067 or 4011224. OLE color: 4011224.

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

Color convert

RGB2165261-
CMYK00.760.720.15
HSL356.71º67.77%52.55%-
HSV(B)356.71º75.93%84.71%-
XYZ30.3917.396.17-
YUV102.06104.83209.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.65%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=65.65%
G=15.81%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216526100.760.720.15356.7167.7752.55
HexD8343D04C48F1654435
Octal330647501141101754510465
Binary1101100011010011110101001100100100011111011001011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8343D; }

 p { color: rgb(216,52,61); }

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

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

 a { background-color: rgb(216,52,61); }

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

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

 span { border-color: rgb(216,52,61); }

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