Shades of Mahogany #C9333D
Tints of Mahogany #C9333D
RGB
CMYK
RGB Variations
Color information
#C9333D (or 0xC9333D) is known color: Mahogany. HEX triplet: C9, 33 and 3D. RGB value is (201,51,61). Sum of RGB (Red+Green+Blue) = 201+51+61=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9333D is #36CCC2. Grayscale: #616161. Windows color (decimal): -3591363 or 4010953. OLE color: 4010953.
HSL color Cylindrical-coordinate representation of color #C9333D: hue angle of 356º 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 #C9333D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 61 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.21 |
| HSL | 356º | 0.6% | 0.49% | - |
| HSV(B) | 356º | 0.75% | 0.79% | - |
| XYZ | 26.11 | 15.12 | 5.96 | - |
| YUV | 96.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 61 | 0 | 0.75 | 0.70 | 0.21 | 356 | 0.6 | 0.49 |
| Hex | C9 | 33 | 3D | 0 | 4B | 46 | 15 | 164 | 3C | 31 |
| Octal | 311 | 63 | 75 | 0 | 113 | 106 | 25 | 544 | 74 | 61 |
| Binary | 11001001 | 110011 | 111101 | 0 | 1001011 | 1000110 | 10101 | 101100100 | 111100 | 110001 |
Color Harmonies of #C9333D
Complementary color
Monochromatic Colors of #C9333D
Black with #C9333D
Text Example
Text Example
White with #C9333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9333D; }
p { color: rgb(201,51,61); }
H1.HeaderClassName
{
color: #C9333D;
}
.AnyTagClassName
{
color: #C9333D;
}
</style>
background-color css
<style>
a { background-color: #C9333D; }
a { background-color: rgb(201,51,61); }
div.DivClassName
{
background-color: #C9333D;
}
.BgClassName
{
background-color: #C9333D;
}
</style>
border-color css
<style>
span { border-color: #C9333D; }
span { border-color: rgb(201,51,61); }
td.TdClassName
{
border-color: #C9333D;
}
.TagClassName
{
border-color: #C9333D;
}
</style>