Shades of Mahogany #C9333A
Tints of Mahogany #C9333A
RGB
CMYK
RGB Variations
Color information
#C9333A (or 0xC9333A) is known color: Mahogany. HEX triplet: C9, 33 and 3A. RGB value is (201,51,58). Sum of RGB (Red+Green+Blue) = 201+51+58=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9333A is #36CCC5. Grayscale: #606060. Windows color (decimal): -3591366 or 3814345. OLE color: 3814345.
HSL color Cylindrical-coordinate representation of color #C9333A: hue angle of 357.2º 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 #C9333A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 58 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.21 |
| HSL | 357.2º | 0.6% | 0.49% | - |
| HSV(B) | 357.2º | 0.75% | 0.79% | - |
| XYZ | 26.03 | 15.09 | 5.54 | - |
| YUV | 96.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 58 | 0 | 0.75 | 0.71 | 0.21 | 357.2 | 0.6 | 0.49 |
| Hex | C9 | 33 | 3A | 0 | 4B | 47 | 15 | 165 | 3C | 31 |
| Octal | 311 | 63 | 72 | 0 | 113 | 107 | 25 | 545 | 74 | 61 |
| Binary | 11001001 | 110011 | 111010 | 0 | 1001011 | 1000111 | 10101 | 101100101 | 111100 | 110001 |
Color Harmonies of #C9333A
Complementary color
Monochromatic Colors of #C9333A
Black with #C9333A
Text Example
Text Example
White with #C9333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9333A; }
p { color: rgb(201,51,58); }
H1.HeaderClassName
{
color: #C9333A;
}
.AnyTagClassName
{
color: #C9333A;
}
</style>
background-color css
<style>
a { background-color: #C9333A; }
a { background-color: rgb(201,51,58); }
div.DivClassName
{
background-color: #C9333A;
}
.BgClassName
{
background-color: #C9333A;
}
</style>
border-color css
<style>
span { border-color: #C9333A; }
span { border-color: rgb(201,51,58); }
td.TdClassName
{
border-color: #C9333A;
}
.TagClassName
{
border-color: #C9333A;
}
</style>