Shades of Mahogany #C93238
Tints of Mahogany #C93238
RGB
CMYK
RGB Variations
Color information
#C93238 (or 0xC93238) is known color: Mahogany. HEX triplet: C9, 32 and 38. RGB value is (201,50,56). Sum of RGB (Red+Green+Blue) = 201+50+56=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C93238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93238 is #36CDC7. Grayscale: #5F5F5F. Windows color (decimal): -3591624 or 3683017. OLE color: 3683017.
HSL color Cylindrical-coordinate representation of color #C93238: hue angle of 357.62º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93238 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 56 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.21 |
| HSL | 357.62º | 0.6% | 0.49% | - |
| HSV(B) | 357.62º | 0.75% | 0.79% | - |
| XYZ | 25.94 | 14.98 | 5.27 | - |
| YUV | 95.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 56 | 0 | 0.75 | 0.72 | 0.21 | 357.62 | 0.6 | 0.49 |
| Hex | C9 | 32 | 38 | 0 | 4B | 48 | 15 | 166 | 3C | 31 |
| Octal | 311 | 62 | 70 | 0 | 113 | 110 | 25 | 546 | 74 | 61 |
| Binary | 11001001 | 110010 | 111000 | 0 | 1001011 | 1001000 | 10101 | 101100110 | 111100 | 110001 |
Color Harmonies of #C93238
Complementary color
Monochromatic Colors of #C93238
Black with #C93238
Text Example
Text Example
White with #C93238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93238; }
p { color: rgb(201,50,56); }
H1.HeaderClassName
{
color: #C93238;
}
.AnyTagClassName
{
color: #C93238;
}
</style>
background-color css
<style>
a { background-color: #C93238; }
a { background-color: rgb(201,50,56); }
div.DivClassName
{
background-color: #C93238;
}
.BgClassName
{
background-color: #C93238;
}
</style>
border-color css
<style>
span { border-color: #C93238; }
span { border-color: rgb(201,50,56); }
td.TdClassName
{
border-color: #C93238;
}
.TagClassName
{
border-color: #C93238;
}
</style>