Shades of Mahogany #C93334
Tints of Mahogany #C93334
RGB
CMYK
RGB Variations
Color information
#C93334 (or 0xC93334) is known color: Mahogany. HEX triplet: C9, 33 and 34. RGB value is (201,51,52). Sum of RGB (Red+Green+Blue) = 201+51+52=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C93334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93334 is #36CCCB. Grayscale: #606060. Windows color (decimal): -3591372 or 3421129. OLE color: 3421129.
HSL color Cylindrical-coordinate representation of color #C93334: hue angle of 359.6º 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 #C93334 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 52 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.21 |
| HSL | 359.6º | 0.6% | 0.49% | - |
| HSV(B) | 359.6º | 0.75% | 0.79% | - |
| XYZ | 25.89 | 15.03 | 4.79 | - |
| YUV | 95.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 52 | 0 | 0.75 | 0.74 | 0.21 | 359.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | 34 | 0 | 4B | 4A | 15 | 168 | 3C | 31 |
| Octal | 311 | 63 | 64 | 0 | 113 | 112 | 25 | 550 | 74 | 61 |
| Binary | 11001001 | 110011 | 110100 | 0 | 1001011 | 1001010 | 10101 | 101101000 | 111100 | 110001 |
Color Harmonies of #C93334
Complementary color
Monochromatic Colors of #C93334
Black with #C93334
Text Example
Text Example
White with #C93334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93334; }
p { color: rgb(201,51,52); }
H1.HeaderClassName
{
color: #C93334;
}
.AnyTagClassName
{
color: #C93334;
}
</style>
background-color css
<style>
a { background-color: #C93334; }
a { background-color: rgb(201,51,52); }
div.DivClassName
{
background-color: #C93334;
}
.BgClassName
{
background-color: #C93334;
}
</style>
border-color css
<style>
span { border-color: #C93334; }
span { border-color: rgb(201,51,52); }
td.TdClassName
{
border-color: #C93334;
}
.TagClassName
{
border-color: #C93334;
}
</style>