Shades of Mahogany #CD3A42
Tints of Mahogany #CD3A42
RGB
CMYK
RGB Variations
Color information
#CD3A42 (or 0xCD3A42) is known color: Mahogany. HEX triplet: CD, 3A and 42. RGB value is (205,58,66). Sum of RGB (Red+Green+Blue) = 205+58+66=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A42 is #32C5BD. Grayscale: #666666. Windows color (decimal): -3327422 or 4340429. OLE color: 4340429.
HSL color Cylindrical-coordinate representation of color #CD3A42: hue angle of 356.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A42 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 66 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.20 |
| HSL | 356.73º | 0.6% | 0.52% | - |
| HSV(B) | 356.73º | 0.72% | 0.8% | - |
| XYZ | 27.67 | 16.4 | 6.86 | - |
| YUV | 102.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 66 | 0 | 0.72 | 0.68 | 0.20 | 356.73 | 0.6 | 0.52 |
| Hex | CD | 3A | 42 | 0 | 48 | 44 | 14 | 165 | 3C | 34 |
| Octal | 315 | 72 | 102 | 0 | 110 | 104 | 24 | 545 | 74 | 64 |
| Binary | 11001101 | 111010 | 1000010 | 0 | 1001000 | 1000100 | 10100 | 101100101 | 111100 | 110100 |
Color Harmonies of #CD3A42
Complementary color
Monochromatic Colors of #CD3A42
Black with #CD3A42
Text Example
Text Example
White with #CD3A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A42; }
p { color: rgb(205,58,66); }
H1.HeaderClassName
{
color: #CD3A42;
}
.AnyTagClassName
{
color: #CD3A42;
}
</style>
background-color css
<style>
a { background-color: #CD3A42; }
a { background-color: rgb(205,58,66); }
div.DivClassName
{
background-color: #CD3A42;
}
.BgClassName
{
background-color: #CD3A42;
}
</style>
border-color css
<style>
span { border-color: #CD3A42; }
span { border-color: rgb(205,58,66); }
td.TdClassName
{
border-color: #CD3A42;
}
.TagClassName
{
border-color: #CD3A42;
}
</style>