Shades of Mahogany #CB3235
Tints of Mahogany #CB3235
RGB
CMYK
RGB Variations
Color information
#CB3235 (or 0xCB3235) is known color: Mahogany. HEX triplet: CB, 32 and 35. RGB value is (203,50,53). Sum of RGB (Red+Green+Blue) = 203+50+53=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3235 is #34CDCA. Grayscale: #606060. Windows color (decimal): -3460555 or 3486411. OLE color: 3486411.
HSL color Cylindrical-coordinate representation of color #CB3235: hue angle of 358.82º 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 #CB3235 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 53 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.20 |
| HSL | 358.82º | 0.6% | 0.5% | - |
| HSV(B) | 358.82º | 0.75% | 0.8% | - |
| XYZ | 26.41 | 15.23 | 4.92 | - |
| YUV | 96.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 53 | 0 | 0.75 | 0.74 | 0.20 | 358.82 | 0.6 | 0.5 |
| Hex | CB | 32 | 35 | 0 | 4B | 4A | 14 | 167 | 3C | 32 |
| Octal | 313 | 62 | 65 | 0 | 113 | 112 | 24 | 547 | 74 | 62 |
| Binary | 11001011 | 110010 | 110101 | 0 | 1001011 | 1001010 | 10100 | 101100111 | 111100 | 110010 |
Color Harmonies of #CB3235
Complementary color
Monochromatic Colors of #CB3235
Black with #CB3235
Text Example
Text Example
White with #CB3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3235; }
p { color: rgb(203,50,53); }
H1.HeaderClassName
{
color: #CB3235;
}
.AnyTagClassName
{
color: #CB3235;
}
</style>
background-color css
<style>
a { background-color: #CB3235; }
a { background-color: rgb(203,50,53); }
div.DivClassName
{
background-color: #CB3235;
}
.BgClassName
{
background-color: #CB3235;
}
</style>
border-color css
<style>
span { border-color: #CB3235; }
span { border-color: rgb(203,50,53); }
td.TdClassName
{
border-color: #CB3235;
}
.TagClassName
{
border-color: #CB3235;
}
</style>