Shades of Mahogany #CB3537
Tints of Mahogany #CB3537
RGB
CMYK
RGB Variations
Color information
#CB3537 (or 0xCB3537) is known color: Mahogany. HEX triplet: CB, 35 and 37. RGB value is (203,53,55). Sum of RGB (Red+Green+Blue) = 203+53+55=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3537 is #34CAC8. Grayscale: #626262. Windows color (decimal): -3459785 or 3618251. OLE color: 3618251.
HSL color Cylindrical-coordinate representation of color #CB3537: hue angle of 359.2º 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 #CB3537 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 55 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.20 |
| HSL | 359.2º | 0.59% | 0.5% | - |
| HSV(B) | 359.2º | 0.74% | 0.8% | - |
| XYZ | 26.59 | 15.52 | 5.21 | - |
| YUV | 98.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 55 | 0 | 0.74 | 0.73 | 0.20 | 359.2 | 0.59 | 0.5 |
| Hex | CB | 35 | 37 | 0 | 4A | 49 | 14 | 167 | 3B | 32 |
| Octal | 313 | 65 | 67 | 0 | 112 | 111 | 24 | 547 | 73 | 62 |
| Binary | 11001011 | 110101 | 110111 | 0 | 1001010 | 1001001 | 10100 | 101100111 | 111011 | 110010 |
Color Harmonies of #CB3537
Complementary color
Monochromatic Colors of #CB3537
Black with #CB3537
Text Example
Text Example
White with #CB3537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3537; }
p { color: rgb(203,53,55); }
H1.HeaderClassName
{
color: #CB3537;
}
.AnyTagClassName
{
color: #CB3537;
}
</style>
background-color css
<style>
a { background-color: #CB3537; }
a { background-color: rgb(203,53,55); }
div.DivClassName
{
background-color: #CB3537;
}
.BgClassName
{
background-color: #CB3537;
}
</style>
border-color css
<style>
span { border-color: #CB3537; }
span { border-color: rgb(203,53,55); }
td.TdClassName
{
border-color: #CB3537;
}
.TagClassName
{
border-color: #CB3537;
}
</style>