Shades of Mahogany #CB2D2E
Tints of Mahogany #CB2D2E
RGB
CMYK
RGB Variations
Color information
#CB2D2E (or 0xCB2D2E) is known color: Mahogany. HEX triplet: CB, 2D and 2E. RGB value is (203,45,46). Sum of RGB (Red+Green+Blue) = 203+45+46=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2D2E is #34D2D1. Grayscale: #5C5C5C. Windows color (decimal): -3461842 or 3026379. OLE color: 3026379.
HSL color Cylindrical-coordinate representation of color #CB2D2E: hue angle of 359.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D2E is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 46 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.20 |
| HSL | 359.62º | 0.64% | 0.49% | - |
| HSV(B) | 359.62º | 0.78% | 0.8% | - |
| XYZ | 26.06 | 14.77 | 4.06 | - |
| YUV | 92.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 46 | 0 | 0.78 | 0.77 | 0.20 | 359.62 | 0.64 | 0.49 |
| Hex | CB | 2D | 2E | 0 | 4E | 4D | 14 | 168 | 40 | 31 |
| Octal | 313 | 55 | 56 | 0 | 116 | 115 | 24 | 550 | 100 | 61 |
| Binary | 11001011 | 101101 | 101110 | 0 | 1001110 | 1001101 | 10100 | 101101000 | 1000000 | 110001 |
Color Harmonies of #CB2D2E
Complementary color
Monochromatic Colors of #CB2D2E
Black with #CB2D2E
Text Example
Text Example
White with #CB2D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D2E; }
p { color: rgb(203,45,46); }
H1.HeaderClassName
{
color: #CB2D2E;
}
.AnyTagClassName
{
color: #CB2D2E;
}
</style>
background-color css
<style>
a { background-color: #CB2D2E; }
a { background-color: rgb(203,45,46); }
div.DivClassName
{
background-color: #CB2D2E;
}
.BgClassName
{
background-color: #CB2D2E;
}
</style>
border-color css
<style>
span { border-color: #CB2D2E; }
span { border-color: rgb(203,45,46); }
td.TdClassName
{
border-color: #CB2D2E;
}
.TagClassName
{
border-color: #CB2D2E;
}
</style>