Shades of Mahogany #C9323B
Tints of Mahogany #C9323B
RGB
CMYK
RGB Variations
Color information
#C9323B (or 0xC9323B) is known color: Mahogany. HEX triplet: C9, 32 and 3B. RGB value is (201,50,59). Sum of RGB (Red+Green+Blue) = 201+50+59=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9323B is #36CDC4. Grayscale: #606060. Windows color (decimal): -3591621 or 3879625. OLE color: 3879625.
HSL color Cylindrical-coordinate representation of color #C9323B: hue angle of 356.42º 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 #C9323B is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 59 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.21 |
| HSL | 356.42º | 0.6% | 0.49% | - |
| HSV(B) | 356.42º | 0.75% | 0.79% | - |
| XYZ | 26.02 | 15.01 | 5.66 | - |
| YUV | 96.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 59 | 0 | 0.75 | 0.71 | 0.21 | 356.42 | 0.6 | 0.49 |
| Hex | C9 | 32 | 3B | 0 | 4B | 47 | 15 | 164 | 3C | 31 |
| Octal | 311 | 62 | 73 | 0 | 113 | 107 | 25 | 544 | 74 | 61 |
| Binary | 11001001 | 110010 | 111011 | 0 | 1001011 | 1000111 | 10101 | 101100100 | 111100 | 110001 |
Color Harmonies of #C9323B
Complementary color
Monochromatic Colors of #C9323B
Black with #C9323B
Text Example
Text Example
White with #C9323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9323B; }
p { color: rgb(201,50,59); }
H1.HeaderClassName
{
color: #C9323B;
}
.AnyTagClassName
{
color: #C9323B;
}
</style>
background-color css
<style>
a { background-color: #C9323B; }
a { background-color: rgb(201,50,59); }
div.DivClassName
{
background-color: #C9323B;
}
.BgClassName
{
background-color: #C9323B;
}
</style>
border-color css
<style>
span { border-color: #C9323B; }
span { border-color: rgb(201,50,59); }
td.TdClassName
{
border-color: #C9323B;
}
.TagClassName
{
border-color: #C9323B;
}
</style>