Shades of Mahogany #CD383D
Tints of Mahogany #CD383D
RGB
CMYK
RGB Variations
Color information
#CD383D (or 0xCD383D) is known color: Mahogany. HEX triplet: CD, 38 and 3D. RGB value is (205,56,61). Sum of RGB (Red+Green+Blue) = 205+56+61=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD383D is #32C7C2. Grayscale: #656565. Windows color (decimal): -3327939 or 4012237. OLE color: 4012237.
HSL color Cylindrical-coordinate representation of color #CD383D: hue angle of 357.99º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD383D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 61 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.20 |
| HSL | 357.99º | 0.6% | 0.51% | - |
| HSV(B) | 357.99º | 0.73% | 0.8% | - |
| XYZ | 27.43 | 16.14 | 6.09 | - |
| YUV | 101.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 61 | 0 | 0.73 | 0.70 | 0.20 | 357.99 | 0.6 | 0.51 |
| Hex | CD | 38 | 3D | 0 | 49 | 46 | 14 | 166 | 3C | 33 |
| Octal | 315 | 70 | 75 | 0 | 111 | 106 | 24 | 546 | 74 | 63 |
| Binary | 11001101 | 111000 | 111101 | 0 | 1001001 | 1000110 | 10100 | 101100110 | 111100 | 110011 |
Color Harmonies of #CD383D
Complementary color
Monochromatic Colors of #CD383D
Black with #CD383D
Text Example
Text Example
White with #CD383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD383D; }
p { color: rgb(205,56,61); }
H1.HeaderClassName
{
color: #CD383D;
}
.AnyTagClassName
{
color: #CD383D;
}
</style>
background-color css
<style>
a { background-color: #CD383D; }
a { background-color: rgb(205,56,61); }
div.DivClassName
{
background-color: #CD383D;
}
.BgClassName
{
background-color: #CD383D;
}
</style>
border-color css
<style>
span { border-color: #CD383D; }
span { border-color: rgb(205,56,61); }
td.TdClassName
{
border-color: #CD383D;
}
.TagClassName
{
border-color: #CD383D;
}
</style>