Shades of Mahogany #CB3436
Tints of Mahogany #CB3436
RGB
CMYK
RGB Variations
Color information
#CB3436 (or 0xCB3436) is known color: Mahogany. HEX triplet: CB, 34 and 36. RGB value is (203,52,54). Sum of RGB (Red+Green+Blue) = 203+52+54=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3436 is #34CBC9. Grayscale: #616161. Windows color (decimal): -3460042 or 3552459. OLE color: 3552459.
HSL color Cylindrical-coordinate representation of color #CB3436: hue angle of 359.21º 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 #CB3436 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 54 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.20 |
| HSL | 359.21º | 0.59% | 0.5% | - |
| HSV(B) | 359.21º | 0.74% | 0.8% | - |
| XYZ | 26.52 | 15.42 | 5.07 | - |
| YUV | 97.38 | 103.53 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 54 | 0 | 0.74 | 0.73 | 0.20 | 359.21 | 0.59 | 0.5 |
| Hex | CB | 34 | 36 | 0 | 4A | 49 | 14 | 167 | 3B | 32 |
| Octal | 313 | 64 | 66 | 0 | 112 | 111 | 24 | 547 | 73 | 62 |
| Binary | 11001011 | 110100 | 110110 | 0 | 1001010 | 1001001 | 10100 | 101100111 | 111011 | 110010 |
Color Harmonies of #CB3436
Complementary color
Monochromatic Colors of #CB3436
Black with #CB3436
Text Example
Text Example
White with #CB3436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3436; }
p { color: rgb(203,52,54); }
H1.HeaderClassName
{
color: #CB3436;
}
.AnyTagClassName
{
color: #CB3436;
}
</style>
background-color css
<style>
a { background-color: #CB3436; }
a { background-color: rgb(203,52,54); }
div.DivClassName
{
background-color: #CB3436;
}
.BgClassName
{
background-color: #CB3436;
}
</style>
border-color css
<style>
span { border-color: #CB3436; }
span { border-color: rgb(203,52,54); }
td.TdClassName
{
border-color: #CB3436;
}
.TagClassName
{
border-color: #CB3436;
}
</style>