Shades of Mahogany #D6383D
Tints of Mahogany #D6383D
RGB
CMYK
RGB Variations
Color information
#D6383D (or 0xD6383D) is known color: Mahogany. HEX triplet: D6, 38 and 3D. RGB value is (214,56,61). Sum of RGB (Red+Green+Blue) = 214+56+61=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6383D is #29C7C2. Grayscale: #676767. Windows color (decimal): -2738115 or 4012246. OLE color: 4012246.
HSL color Cylindrical-coordinate representation of color #D6383D: hue angle of 358.1º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6383D is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 61 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.16 |
| HSL | 358.1º | 0.66% | 0.53% | - |
| HSV(B) | 358.1º | 0.74% | 0.84% | - |
| XYZ | 29.99 | 17.46 | 6.2 | - |
| YUV | 103.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 61 | 0 | 0.74 | 0.71 | 0.16 | 358.1 | 0.66 | 0.53 |
| Hex | D6 | 38 | 3D | 0 | 4A | 47 | 10 | 166 | 42 | 35 |
| Octal | 326 | 70 | 75 | 0 | 112 | 107 | 20 | 546 | 102 | 65 |
| Binary | 11010110 | 111000 | 111101 | 0 | 1001010 | 1000111 | 10000 | 101100110 | 1000010 | 110101 |
Color Harmonies of #D6383D
Complementary color
Monochromatic Colors of #D6383D
Black with #D6383D
Text Example
Text Example
White with #D6383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6383D; }
p { color: rgb(214,56,61); }
H1.HeaderClassName
{
color: #D6383D;
}
.AnyTagClassName
{
color: #D6383D;
}
</style>
background-color css
<style>
a { background-color: #D6383D; }
a { background-color: rgb(214,56,61); }
div.DivClassName
{
background-color: #D6383D;
}
.BgClassName
{
background-color: #D6383D;
}
</style>
border-color css
<style>
span { border-color: #D6383D; }
span { border-color: rgb(214,56,61); }
td.TdClassName
{
border-color: #D6383D;
}
.TagClassName
{
border-color: #D6383D;
}
</style>