#D13C3D

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

Shades of Mahogany #D13C3D

Tints of Mahogany #D13C3D

Color information

#D13C3D (or 0xD13C3D) is unknown color: approx Mahogany. HEX triplet: D1, 3C and 3D. RGB value is (209,60,61). Sum of RGB (Red+Green+Blue) = 209+60+61=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C3D is #2EC3C2. Grayscale: #686868. Windows color (decimal): -3064771 or 4013265. OLE color: 4013265.

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

Color convert

RGB2096061-
CMYK00.710.710.18
HSL359.6º61.83%52.75%-
HSV(B)359.6º71.29%81.96%-
XYZ28.7517.126.2-
YUV104.66103.36202.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.33%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=63.33%
G=18.18%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209606100.710.710.18359.661.8352.75
HexD13C3D04747121683e35
Octal32174750107107225507665
Binary1101000111110011110101000111100011110010101101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13C3D; }

 p { color: rgb(209,60,61); }

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

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

 a { background-color: rgb(209,60,61); }

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

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

 span { border-color: rgb(209,60,61); }

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