Shades of Mahogany #CB3133
Tints of Mahogany #CB3133
RGB
CMYK
RGB Variations
Color information
#CB3133 (or 0xCB3133) is known color: Mahogany. HEX triplet: CB, 31 and 33. RGB value is (203,49,51). Sum of RGB (Red+Green+Blue) = 203+49+51=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3133 is #34CECC. Grayscale: #5F5F5F. Windows color (decimal): -3460813 or 3355083. OLE color: 3355083.
HSL color Cylindrical-coordinate representation of color #CB3133: hue angle of 359.22º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3133 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 51 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.20 |
| HSL | 359.22º | 0.61% | 0.49% | - |
| HSV(B) | 359.22º | 0.76% | 0.8% | - |
| XYZ | 26.32 | 15.13 | 4.67 | - |
| YUV | 95.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 51 | 0 | 0.76 | 0.75 | 0.20 | 359.22 | 0.61 | 0.49 |
| Hex | CB | 31 | 33 | 0 | 4C | 4B | 14 | 167 | 3D | 31 |
| Octal | 313 | 61 | 63 | 0 | 114 | 113 | 24 | 547 | 75 | 61 |
| Binary | 11001011 | 110001 | 110011 | 0 | 1001100 | 1001011 | 10100 | 101100111 | 111101 | 110001 |
Color Harmonies of #CB3133
Complementary color
Monochromatic Colors of #CB3133
Black with #CB3133
Text Example
Text Example
White with #CB3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3133; }
p { color: rgb(203,49,51); }
H1.HeaderClassName
{
color: #CB3133;
}
.AnyTagClassName
{
color: #CB3133;
}
</style>
background-color css
<style>
a { background-color: #CB3133; }
a { background-color: rgb(203,49,51); }
div.DivClassName
{
background-color: #CB3133;
}
.BgClassName
{
background-color: #CB3133;
}
</style>
border-color css
<style>
span { border-color: #CB3133; }
span { border-color: rgb(203,49,51); }
td.TdClassName
{
border-color: #CB3133;
}
.TagClassName
{
border-color: #CB3133;
}
</style>