Shades of Mahogany #CB292C
Tints of Mahogany #CB292C
RGB
CMYK
RGB Variations
Color information
#CB292C (or 0xCB292C) is known color: Mahogany. HEX triplet: CB, 29 and 2C. RGB value is (203,41,44). Sum of RGB (Red+Green+Blue) = 203+41+44=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB292C is #34D6D3. Grayscale: #595959. Windows color (decimal): -3462868 or 2894283. OLE color: 2894283.
HSL color Cylindrical-coordinate representation of color #CB292C: hue angle of 358.89º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB292C is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 44 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.20 |
| HSL | 358.89º | 0.66% | 0.48% | - |
| HSV(B) | 358.89º | 0.8% | 0.8% | - |
| XYZ | 25.88 | 14.46 | 3.81 | - |
| YUV | 89.78 | 102.17 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 44 | 0 | 0.80 | 0.78 | 0.20 | 358.89 | 0.66 | 0.48 |
| Hex | CB | 29 | 2C | 0 | 50 | 4E | 14 | 167 | 42 | 30 |
| Octal | 313 | 51 | 54 | 0 | 120 | 116 | 24 | 547 | 102 | 60 |
| Binary | 11001011 | 101001 | 101100 | 0 | 1010000 | 1001110 | 10100 | 101100111 | 1000010 | 110000 |
Color Harmonies of #CB292C
Complementary color
Monochromatic Colors of #CB292C
Black with #CB292C
Text Example
Text Example
White with #CB292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB292C; }
p { color: rgb(203,41,44); }
H1.HeaderClassName
{
color: #CB292C;
}
.AnyTagClassName
{
color: #CB292C;
}
</style>
background-color css
<style>
a { background-color: #CB292C; }
a { background-color: rgb(203,41,44); }
div.DivClassName
{
background-color: #CB292C;
}
.BgClassName
{
background-color: #CB292C;
}
</style>
border-color css
<style>
span { border-color: #CB292C; }
span { border-color: rgb(203,41,44); }
td.TdClassName
{
border-color: #CB292C;
}
.TagClassName
{
border-color: #CB292C;
}
</style>