Shades of Mahogany #CD323D
Tints of Mahogany #CD323D
RGB
CMYK
RGB Variations
Color information
#CD323D (or 0xCD323D) is known color: Mahogany. HEX triplet: CD, 32 and 3D. RGB value is (205,50,61). Sum of RGB (Red+Green+Blue) = 205+50+61=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD323D is #32CDC2. Grayscale: #616161. Windows color (decimal): -3329475 or 4010701. OLE color: 4010701.
HSL color Cylindrical-coordinate representation of color #CD323D: hue angle of 355.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD323D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 61 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.20 |
| HSL | 355.74º | 0.61% | 0.5% | - |
| HSV(B) | 355.74º | 0.76% | 0.8% | - |
| XYZ | 27.16 | 15.6 | 5.99 | - |
| YUV | 97.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 61 | 0 | 0.76 | 0.70 | 0.20 | 355.74 | 0.61 | 0.5 |
| Hex | CD | 32 | 3D | 0 | 4C | 46 | 14 | 164 | 3D | 32 |
| Octal | 315 | 62 | 75 | 0 | 114 | 106 | 24 | 544 | 75 | 62 |
| Binary | 11001101 | 110010 | 111101 | 0 | 1001100 | 1000110 | 10100 | 101100100 | 111101 | 110010 |
Color Harmonies of #CD323D
Complementary color
Monochromatic Colors of #CD323D
Black with #CD323D
Text Example
Text Example
White with #CD323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD323D; }
p { color: rgb(205,50,61); }
H1.HeaderClassName
{
color: #CD323D;
}
.AnyTagClassName
{
color: #CD323D;
}
</style>
background-color css
<style>
a { background-color: #CD323D; }
a { background-color: rgb(205,50,61); }
div.DivClassName
{
background-color: #CD323D;
}
.BgClassName
{
background-color: #CD323D;
}
</style>
border-color css
<style>
span { border-color: #CD323D; }
span { border-color: rgb(205,50,61); }
td.TdClassName
{
border-color: #CD323D;
}
.TagClassName
{
border-color: #CD323D;
}
</style>