Shades of Mahogany #CB3236
Tints of Mahogany #CB3236
RGB
CMYK
RGB Variations
Color information
#CB3236 (or 0xCB3236) is known color: Mahogany. HEX triplet: CB, 32 and 36. RGB value is (203,50,54). Sum of RGB (Red+Green+Blue) = 203+50+54=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3236 is #34CDC9. Grayscale: #606060. Windows color (decimal): -3460554 or 3551947. OLE color: 3551947.
HSL color Cylindrical-coordinate representation of color #CB3236: hue angle of 358.43º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3236 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 54 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.20 |
| HSL | 358.43º | 0.6% | 0.5% | - |
| HSV(B) | 358.43º | 0.75% | 0.8% | - |
| XYZ | 26.44 | 15.24 | 5.04 | - |
| YUV | 96.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 54 | 0 | 0.75 | 0.73 | 0.20 | 358.43 | 0.6 | 0.5 |
| Hex | CB | 32 | 36 | 0 | 4B | 49 | 14 | 166 | 3C | 32 |
| Octal | 313 | 62 | 66 | 0 | 113 | 111 | 24 | 546 | 74 | 62 |
| Binary | 11001011 | 110010 | 110110 | 0 | 1001011 | 1001001 | 10100 | 101100110 | 111100 | 110010 |
Color Harmonies of #CB3236
Complementary color
Monochromatic Colors of #CB3236
Black with #CB3236
Text Example
Text Example
White with #CB3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3236; }
p { color: rgb(203,50,54); }
H1.HeaderClassName
{
color: #CB3236;
}
.AnyTagClassName
{
color: #CB3236;
}
</style>
background-color css
<style>
a { background-color: #CB3236; }
a { background-color: rgb(203,50,54); }
div.DivClassName
{
background-color: #CB3236;
}
.BgClassName
{
background-color: #CB3236;
}
</style>
border-color css
<style>
span { border-color: #CB3236; }
span { border-color: rgb(203,50,54); }
td.TdClassName
{
border-color: #CB3236;
}
.TagClassName
{
border-color: #CB3236;
}
</style>