Shades of Mahogany #CD2E33
Tints of Mahogany #CD2E33
RGB
CMYK
RGB Variations
Color information
#CD2E33 (or 0xCD2E33) is known color: Mahogany. HEX triplet: CD, 2E and 33. RGB value is (205,46,51). Sum of RGB (Red+Green+Blue) = 205+46+51=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2E33 is #32D1CC. Grayscale: #5E5E5E. Windows color (decimal): -3330509 or 3354317. OLE color: 3354317.
HSL color Cylindrical-coordinate representation of color #CD2E33: hue angle of 358.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2E33 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 51 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.20 |
| HSL | 358.11º | 0.63% | 0.49% | - |
| HSV(B) | 358.11º | 0.78% | 0.8% | - |
| XYZ | 26.75 | 15.17 | 4.65 | - |
| YUV | 94.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 51 | 0 | 0.78 | 0.75 | 0.20 | 358.11 | 0.63 | 0.49 |
| Hex | CD | 2E | 33 | 0 | 4E | 4B | 14 | 166 | 3F | 31 |
| Octal | 315 | 56 | 63 | 0 | 116 | 113 | 24 | 546 | 77 | 61 |
| Binary | 11001101 | 101110 | 110011 | 0 | 1001110 | 1001011 | 10100 | 101100110 | 111111 | 110001 |
Color Harmonies of #CD2E33
Complementary color
Monochromatic Colors of #CD2E33
Black with #CD2E33
Text Example
Text Example
White with #CD2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2E33; }
p { color: rgb(205,46,51); }
H1.HeaderClassName
{
color: #CD2E33;
}
.AnyTagClassName
{
color: #CD2E33;
}
</style>
background-color css
<style>
a { background-color: #CD2E33; }
a { background-color: rgb(205,46,51); }
div.DivClassName
{
background-color: #CD2E33;
}
.BgClassName
{
background-color: #CD2E33;
}
</style>
border-color css
<style>
span { border-color: #CD2E33; }
span { border-color: rgb(205,46,51); }
td.TdClassName
{
border-color: #CD2E33;
}
.TagClassName
{
border-color: #CD2E33;
}
</style>