Shades of Mahogany #C93034
Tints of Mahogany #C93034
RGB
CMYK
RGB Variations
Color information
#C93034 (or 0xC93034) is known color: Mahogany. HEX triplet: C9, 30 and 34. RGB value is (201,48,52). Sum of RGB (Red+Green+Blue) = 201+48+52=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C93034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93034 is #36CFCB. Grayscale: #5E5E5E. Windows color (decimal): -3592140 or 3420361. OLE color: 3420361.
HSL color Cylindrical-coordinate representation of color #C93034: hue angle of 358.43º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93034 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 52 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.21 |
| HSL | 358.43º | 0.61% | 0.49% | - |
| HSV(B) | 358.43º | 0.76% | 0.79% | - |
| XYZ | 25.76 | 14.78 | 4.74 | - |
| YUV | 94.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 52 | 0 | 0.76 | 0.74 | 0.21 | 358.43 | 0.61 | 0.49 |
| Hex | C9 | 30 | 34 | 0 | 4C | 4A | 15 | 166 | 3D | 31 |
| Octal | 311 | 60 | 64 | 0 | 114 | 112 | 25 | 546 | 75 | 61 |
| Binary | 11001001 | 110000 | 110100 | 0 | 1001100 | 1001010 | 10101 | 101100110 | 111101 | 110001 |
Color Harmonies of #C93034
Complementary color
Monochromatic Colors of #C93034
Black with #C93034
Text Example
Text Example
White with #C93034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93034; }
p { color: rgb(201,48,52); }
H1.HeaderClassName
{
color: #C93034;
}
.AnyTagClassName
{
color: #C93034;
}
</style>
background-color css
<style>
a { background-color: #C93034; }
a { background-color: rgb(201,48,52); }
div.DivClassName
{
background-color: #C93034;
}
.BgClassName
{
background-color: #C93034;
}
</style>
border-color css
<style>
span { border-color: #C93034; }
span { border-color: rgb(201,48,52); }
td.TdClassName
{
border-color: #C93034;
}
.TagClassName
{
border-color: #C93034;
}
</style>