Shades of Mahogany #CD323B
Tints of Mahogany #CD323B
RGB
CMYK
RGB Variations
Color information
#CD323B (or 0xCD323B) is known color: Mahogany. HEX triplet: CD, 32 and 3B. RGB value is (205,50,59). Sum of RGB (Red+Green+Blue) = 205+50+59=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD323B is #32CDC4. Grayscale: #616161. Windows color (decimal): -3329477 or 3879629. OLE color: 3879629.
HSL color Cylindrical-coordinate representation of color #CD323B: hue angle of 356.52º 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 #CD323B is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 59 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.20 |
| HSL | 356.52º | 0.61% | 0.5% | - |
| HSV(B) | 356.52º | 0.76% | 0.8% | - |
| XYZ | 27.11 | 15.58 | 5.72 | - |
| YUV | 97.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 59 | 0 | 0.76 | 0.71 | 0.20 | 356.52 | 0.61 | 0.5 |
| Hex | CD | 32 | 3B | 0 | 4C | 47 | 14 | 165 | 3D | 32 |
| Octal | 315 | 62 | 73 | 0 | 114 | 107 | 24 | 545 | 75 | 62 |
| Binary | 11001101 | 110010 | 111011 | 0 | 1001100 | 1000111 | 10100 | 101100101 | 111101 | 110010 |
Color Harmonies of #CD323B
Complementary color
Monochromatic Colors of #CD323B
Black with #CD323B
Text Example
Text Example
White with #CD323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD323B; }
p { color: rgb(205,50,59); }
H1.HeaderClassName
{
color: #CD323B;
}
.AnyTagClassName
{
color: #CD323B;
}
</style>
background-color css
<style>
a { background-color: #CD323B; }
a { background-color: rgb(205,50,59); }
div.DivClassName
{
background-color: #CD323B;
}
.BgClassName
{
background-color: #CD323B;
}
</style>
border-color css
<style>
span { border-color: #CD323B; }
span { border-color: rgb(205,50,59); }
td.TdClassName
{
border-color: #CD323B;
}
.TagClassName
{
border-color: #CD323B;
}
</style>