#D13842

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

Shades of Mahogany #D13842

Tints of Mahogany #D13842

Color information

#D13842 (or 0xD13842) is unknown color: approx Mahogany. HEX triplet: D1, 38 and 42. RGB value is (209,56,66). Sum of RGB (Red+Green+Blue) = 209+56+66=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D13842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13842 is #2EC7BD. Grayscale: #676767. Windows color (decimal): -3065790 or 4339921. OLE color: 4339921.

HSL color Cylindrical-coordinate representation of color #D13842: hue angle of 356.08º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13842 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB2095666-
CMYK00.730.680.18
HSL356.08º62.45%51.96%-
HSV(B)356.08º73.21%81.96%-
XYZ28.6916.786.88-
YUV102.89107.19203.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.14%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=63.14%
G=16.92%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209566600.730.680.18356.0862.4551.96
HexD1384204944121643e34
Octal321701020111104225447664
Binary11010001111000100001001001001100010010010101100100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13842; }

 p { color: rgb(209,56,66); }

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

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

 a { background-color: rgb(209,56,66); }

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

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

 span { border-color: rgb(209,56,66); }

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