Shades of Mahogany #C92933
Tints of Mahogany #C92933
RGB
CMYK
RGB Variations
Color information
#C92933 (or 0xC92933) is known color: Mahogany. HEX triplet: C9, 29 and 33. RGB value is (201,41,51). Sum of RGB (Red+Green+Blue) = 201+41+51=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C92933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92933 is #36D6CC. Grayscale: #5A5A5A. Windows color (decimal): -3593933 or 3353033. OLE color: 3353033.
HSL color Cylindrical-coordinate representation of color #C92933: hue angle of 356.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92933 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 51 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.21 |
| HSL | 356.25º | 0.66% | 0.47% | - |
| HSV(B) | 356.25º | 0.8% | 0.79% | - |
| XYZ | 25.48 | 14.24 | 4.54 | - |
| YUV | 89.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 51 | 0 | 0.80 | 0.75 | 0.21 | 356.25 | 0.66 | 0.47 |
| Hex | C9 | 29 | 33 | 0 | 50 | 4B | 15 | 164 | 42 | 2F |
| Octal | 311 | 51 | 63 | 0 | 120 | 113 | 25 | 544 | 102 | 57 |
| Binary | 11001001 | 101001 | 110011 | 0 | 1010000 | 1001011 | 10101 | 101100100 | 1000010 | 101111 |
Color Harmonies of #C92933
Complementary color
Monochromatic Colors of #C92933
Black with #C92933
Text Example
Text Example
White with #C92933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92933; }
p { color: rgb(201,41,51); }
H1.HeaderClassName
{
color: #C92933;
}
.AnyTagClassName
{
color: #C92933;
}
</style>
background-color css
<style>
a { background-color: #C92933; }
a { background-color: rgb(201,41,51); }
div.DivClassName
{
background-color: #C92933;
}
.BgClassName
{
background-color: #C92933;
}
</style>
border-color css
<style>
span { border-color: #C92933; }
span { border-color: rgb(201,41,51); }
td.TdClassName
{
border-color: #C92933;
}
.TagClassName
{
border-color: #C92933;
}
</style>