Shades of Mahogany #CB2E36
Tints of Mahogany #CB2E36
RGB
CMYK
RGB Variations
Color information
#CB2E36 (or 0xCB2E36) is known color: Mahogany. HEX triplet: CB, 2E and 36. RGB value is (203,46,54). Sum of RGB (Red+Green+Blue) = 203+46+54=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2E36 is #34D1C9. Grayscale: #5D5D5D. Windows color (decimal): -3461578 or 3550923. OLE color: 3550923.
HSL color Cylindrical-coordinate representation of color #CB2E36: hue angle of 356.94º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2E36 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 54 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.20 |
| HSL | 356.94º | 0.63% | 0.49% | - |
| HSV(B) | 356.94º | 0.77% | 0.8% | - |
| XYZ | 26.27 | 14.92 | 4.98 | - |
| YUV | 93.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 54 | 0 | 0.77 | 0.73 | 0.20 | 356.94 | 0.63 | 0.49 |
| Hex | CB | 2E | 36 | 0 | 4D | 49 | 14 | 165 | 3F | 31 |
| Octal | 313 | 56 | 66 | 0 | 115 | 111 | 24 | 545 | 77 | 61 |
| Binary | 11001011 | 101110 | 110110 | 0 | 1001101 | 1001001 | 10100 | 101100101 | 111111 | 110001 |
Color Harmonies of #CB2E36
Complementary color
Monochromatic Colors of #CB2E36
Black with #CB2E36
Text Example
Text Example
White with #CB2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2E36; }
p { color: rgb(203,46,54); }
H1.HeaderClassName
{
color: #CB2E36;
}
.AnyTagClassName
{
color: #CB2E36;
}
</style>
background-color css
<style>
a { background-color: #CB2E36; }
a { background-color: rgb(203,46,54); }
div.DivClassName
{
background-color: #CB2E36;
}
.BgClassName
{
background-color: #CB2E36;
}
</style>
border-color css
<style>
span { border-color: #CB2E36; }
span { border-color: rgb(203,46,54); }
td.TdClassName
{
border-color: #CB2E36;
}
.TagClassName
{
border-color: #CB2E36;
}
</style>