#D04147

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

Shades of Mahogany #D04147

Tints of Mahogany #D04147

Color information

#D04147 (or 0xD04147) is unknown color: approx Mahogany. HEX triplet: D0, 41 and 47. RGB value is (208,65,71). Sum of RGB (Red+Green+Blue) = 208+65+71=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D04147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04147 is #2FBEB8. Grayscale: #6C6C6C. Windows color (decimal): -3129017 or 4669904. OLE color: 4669904.

HSL color Cylindrical-coordinate representation of color #D04147: hue angle of 357.48º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04147 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB2086571-
CMYK00.690.660.18
HSL357.48º60.34%53.53%-
HSV(B)357.48º68.75%81.57%-
XYZ29.0417.657.84-
YUV108.44106.88199.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.47%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=60.47%
G=18.90%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208657100.690.660.18357.4860.3453.53
HexD0414704542121653c36
Octal3201011070105102225457466
Binary110100001000001100011101000101100001010010101100101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04147; }

 p { color: rgb(208,65,71); }

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

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

 a { background-color: rgb(208,65,71); }

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

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

 span { border-color: rgb(208,65,71); }

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