Shades of Mahogany #CD353F
Tints of Mahogany #CD353F
RGB
CMYK
RGB Variations
Color information
#CD353F (or 0xCD353F) is known color: Mahogany. HEX triplet: CD, 35 and 3F. RGB value is (205,53,63). Sum of RGB (Red+Green+Blue) = 205+53+63=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD353F is #32CAC0. Grayscale: #636363. Windows color (decimal): -3328705 or 4142541. OLE color: 4142541.
HSL color Cylindrical-coordinate representation of color #CD353F: hue angle of 356.05º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD353F is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 63 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.20 |
| HSL | 356.05º | 0.6% | 0.51% | - |
| HSV(B) | 356.05º | 0.74% | 0.8% | - |
| XYZ | 27.35 | 15.88 | 6.33 | - |
| YUV | 99.59 | 107.36 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 63 | 0 | 0.74 | 0.69 | 0.20 | 356.05 | 0.6 | 0.51 |
| Hex | CD | 35 | 3F | 0 | 4A | 45 | 14 | 164 | 3C | 33 |
| Octal | 315 | 65 | 77 | 0 | 112 | 105 | 24 | 544 | 74 | 63 |
| Binary | 11001101 | 110101 | 111111 | 0 | 1001010 | 1000101 | 10100 | 101100100 | 111100 | 110011 |
Color Harmonies of #CD353F
Complementary color
Monochromatic Colors of #CD353F
Black with #CD353F
Text Example
Text Example
White with #CD353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD353F; }
p { color: rgb(205,53,63); }
H1.HeaderClassName
{
color: #CD353F;
}
.AnyTagClassName
{
color: #CD353F;
}
</style>
background-color css
<style>
a { background-color: #CD353F; }
a { background-color: rgb(205,53,63); }
div.DivClassName
{
background-color: #CD353F;
}
.BgClassName
{
background-color: #CD353F;
}
</style>
border-color css
<style>
span { border-color: #CD353F; }
span { border-color: rgb(205,53,63); }
td.TdClassName
{
border-color: #CD353F;
}
.TagClassName
{
border-color: #CD353F;
}
</style>