Shades of Mahogany #CB3437
Tints of Mahogany #CB3437
RGB
CMYK
RGB Variations
Color information
#CB3437 (or 0xCB3437) is known color: Mahogany. HEX triplet: CB, 34 and 37. RGB value is (203,52,55). Sum of RGB (Red+Green+Blue) = 203+52+55=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3437 is #34CBC8. Grayscale: #616161. Windows color (decimal): -3460041 or 3617995. OLE color: 3617995.
HSL color Cylindrical-coordinate representation of color #CB3437: hue angle of 358.81º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3437 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 55 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.20 |
| HSL | 358.81º | 0.59% | 0.5% | - |
| HSV(B) | 358.81º | 0.74% | 0.8% | - |
| XYZ | 26.55 | 15.43 | 5.19 | - |
| YUV | 97.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 55 | 0 | 0.74 | 0.73 | 0.20 | 358.81 | 0.59 | 0.5 |
| Hex | CB | 34 | 37 | 0 | 4A | 49 | 14 | 167 | 3B | 32 |
| Octal | 313 | 64 | 67 | 0 | 112 | 111 | 24 | 547 | 73 | 62 |
| Binary | 11001011 | 110100 | 110111 | 0 | 1001010 | 1001001 | 10100 | 101100111 | 111011 | 110010 |
Color Harmonies of #CB3437
Complementary color
Monochromatic Colors of #CB3437
Black with #CB3437
Text Example
Text Example
White with #CB3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3437; }
p { color: rgb(203,52,55); }
H1.HeaderClassName
{
color: #CB3437;
}
.AnyTagClassName
{
color: #CB3437;
}
</style>
background-color css
<style>
a { background-color: #CB3437; }
a { background-color: rgb(203,52,55); }
div.DivClassName
{
background-color: #CB3437;
}
.BgClassName
{
background-color: #CB3437;
}
</style>
border-color css
<style>
span { border-color: #CB3437; }
span { border-color: rgb(203,52,55); }
td.TdClassName
{
border-color: #CB3437;
}
.TagClassName
{
border-color: #CB3437;
}
</style>