Shades of Mahogany #CD353A
Tints of Mahogany #CD353A
RGB
CMYK
RGB Variations
Color information
#CD353A (or 0xCD353A) is known color: Mahogany. HEX triplet: CD, 35 and 3A. RGB value is (205,53,58). Sum of RGB (Red+Green+Blue) = 205+53+58=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD353A is #32CAC5. Grayscale: #636363. Windows color (decimal): -3328710 or 3814861. OLE color: 3814861.
HSL color Cylindrical-coordinate representation of color #CD353A: hue angle of 358.03º 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 #CD353A is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 58 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.20 |
| HSL | 358.03º | 0.6% | 0.51% | - |
| HSV(B) | 358.03º | 0.74% | 0.8% | - |
| XYZ | 27.21 | 15.83 | 5.62 | - |
| YUV | 99.02 | 104.86 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 58 | 0 | 0.74 | 0.72 | 0.20 | 358.03 | 0.6 | 0.51 |
| Hex | CD | 35 | 3A | 0 | 4A | 48 | 14 | 166 | 3C | 33 |
| Octal | 315 | 65 | 72 | 0 | 112 | 110 | 24 | 546 | 74 | 63 |
| Binary | 11001101 | 110101 | 111010 | 0 | 1001010 | 1001000 | 10100 | 101100110 | 111100 | 110011 |
Color Harmonies of #CD353A
Complementary color
Monochromatic Colors of #CD353A
Black with #CD353A
Text Example
Text Example
White with #CD353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD353A; }
p { color: rgb(205,53,58); }
H1.HeaderClassName
{
color: #CD353A;
}
.AnyTagClassName
{
color: #CD353A;
}
</style>
background-color css
<style>
a { background-color: #CD353A; }
a { background-color: rgb(205,53,58); }
div.DivClassName
{
background-color: #CD353A;
}
.BgClassName
{
background-color: #CD353A;
}
</style>
border-color css
<style>
span { border-color: #CD353A; }
span { border-color: rgb(205,53,58); }
td.TdClassName
{
border-color: #CD353A;
}
.TagClassName
{
border-color: #CD353A;
}
</style>