Shades of Mahogany #CB2E30
Tints of Mahogany #CB2E30
RGB
CMYK
RGB Variations
Color information
#CB2E30 (or 0xCB2E30) is known color: Mahogany. HEX triplet: CB, 2E and 30. RGB value is (203,46,48). Sum of RGB (Red+Green+Blue) = 203+46+48=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2E30 is #34D1CF. Grayscale: #5D5D5D. Windows color (decimal): -3461584 or 3157707. OLE color: 3157707.
HSL color Cylindrical-coordinate representation of color #CB2E30: hue angle of 359.24º 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 #CB2E30 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 48 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.20 |
| HSL | 359.24º | 0.63% | 0.49% | - |
| HSV(B) | 359.24º | 0.77% | 0.8% | - |
| XYZ | 26.14 | 14.86 | 4.29 | - |
| YUV | 93.17 | 102.51 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 48 | 0 | 0.77 | 0.76 | 0.20 | 359.24 | 0.63 | 0.49 |
| Hex | CB | 2E | 30 | 0 | 4D | 4C | 14 | 167 | 3F | 31 |
| Octal | 313 | 56 | 60 | 0 | 115 | 114 | 24 | 547 | 77 | 61 |
| Binary | 11001011 | 101110 | 110000 | 0 | 1001101 | 1001100 | 10100 | 101100111 | 111111 | 110001 |
Color Harmonies of #CB2E30
Complementary color
Monochromatic Colors of #CB2E30
Black with #CB2E30
Text Example
Text Example
White with #CB2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2E30; }
p { color: rgb(203,46,48); }
H1.HeaderClassName
{
color: #CB2E30;
}
.AnyTagClassName
{
color: #CB2E30;
}
</style>
background-color css
<style>
a { background-color: #CB2E30; }
a { background-color: rgb(203,46,48); }
div.DivClassName
{
background-color: #CB2E30;
}
.BgClassName
{
background-color: #CB2E30;
}
</style>
border-color css
<style>
span { border-color: #CB2E30; }
span { border-color: rgb(203,46,48); }
td.TdClassName
{
border-color: #CB2E30;
}
.TagClassName
{
border-color: #CB2E30;
}
</style>