Shades of Mahogany #CB3233
Tints of Mahogany #CB3233
RGB
CMYK
RGB Variations
Color information
#CB3233 (or 0xCB3233) is known color: Mahogany. HEX triplet: CB, 32 and 33. RGB value is (203,50,51). Sum of RGB (Red+Green+Blue) = 203+50+51=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3233 is #34CDCC. Grayscale: #606060. Windows color (decimal): -3460557 or 3355339. OLE color: 3355339.
HSL color Cylindrical-coordinate representation of color #CB3233: hue angle of 359.61º 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 #CB3233 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 51 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.20 |
| HSL | 359.61º | 0.6% | 0.5% | - |
| HSV(B) | 359.61º | 0.75% | 0.8% | - |
| XYZ | 26.37 | 15.22 | 4.68 | - |
| YUV | 95.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 51 | 0 | 0.75 | 0.75 | 0.20 | 359.61 | 0.6 | 0.5 |
| Hex | CB | 32 | 33 | 0 | 4B | 4B | 14 | 168 | 3C | 32 |
| Octal | 313 | 62 | 63 | 0 | 113 | 113 | 24 | 550 | 74 | 62 |
| Binary | 11001011 | 110010 | 110011 | 0 | 1001011 | 1001011 | 10100 | 101101000 | 111100 | 110010 |
Color Harmonies of #CB3233
Complementary color
Monochromatic Colors of #CB3233
Black with #CB3233
Text Example
Text Example
White with #CB3233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3233; }
p { color: rgb(203,50,51); }
H1.HeaderClassName
{
color: #CB3233;
}
.AnyTagClassName
{
color: #CB3233;
}
</style>
background-color css
<style>
a { background-color: #CB3233; }
a { background-color: rgb(203,50,51); }
div.DivClassName
{
background-color: #CB3233;
}
.BgClassName
{
background-color: #CB3233;
}
</style>
border-color css
<style>
span { border-color: #CB3233; }
span { border-color: rgb(203,50,51); }
td.TdClassName
{
border-color: #CB3233;
}
.TagClassName
{
border-color: #CB3233;
}
</style>