Shades of Mahogany #CD353B
Tints of Mahogany #CD353B
RGB
CMYK
RGB Variations
Color information
#CD353B (or 0xCD353B) is known color: Mahogany. HEX triplet: CD, 35 and 3B. RGB value is (205,53,59). Sum of RGB (Red+Green+Blue) = 205+53+59=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD353B is #32CAC4. Grayscale: #636363. Windows color (decimal): -3328709 or 3880397. OLE color: 3880397.
HSL color Cylindrical-coordinate representation of color #CD353B: hue angle of 357.63º 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 #CD353B is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 59 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.20 |
| HSL | 357.63º | 0.6% | 0.51% | - |
| HSV(B) | 357.63º | 0.74% | 0.8% | - |
| XYZ | 27.24 | 15.84 | 5.76 | - |
| YUV | 99.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 59 | 0 | 0.74 | 0.71 | 0.20 | 357.63 | 0.6 | 0.51 |
| Hex | CD | 35 | 3B | 0 | 4A | 47 | 14 | 166 | 3C | 33 |
| Octal | 315 | 65 | 73 | 0 | 112 | 107 | 24 | 546 | 74 | 63 |
| Binary | 11001101 | 110101 | 111011 | 0 | 1001010 | 1000111 | 10100 | 101100110 | 111100 | 110011 |
Color Harmonies of #CD353B
Complementary color
Monochromatic Colors of #CD353B
Black with #CD353B
Text Example
Text Example
White with #CD353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD353B; }
p { color: rgb(205,53,59); }
H1.HeaderClassName
{
color: #CD353B;
}
.AnyTagClassName
{
color: #CD353B;
}
</style>
background-color css
<style>
a { background-color: #CD353B; }
a { background-color: rgb(205,53,59); }
div.DivClassName
{
background-color: #CD353B;
}
.BgClassName
{
background-color: #CD353B;
}
</style>
border-color css
<style>
span { border-color: #CD353B; }
span { border-color: rgb(205,53,59); }
td.TdClassName
{
border-color: #CD353B;
}
.TagClassName
{
border-color: #CD353B;
}
</style>