Shades of Mahogany #CB2728
Tints of Mahogany #CB2728
RGB
CMYK
RGB Variations
Color information
#CB2728 (or 0xCB2728) is known color: Mahogany. HEX triplet: CB, 27 and 28. RGB value is (203,39,40). Sum of RGB (Red+Green+Blue) = 203+39+40=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2728 is #34D8D7. Grayscale: #585858. Windows color (decimal): -3463384 or 2631627. OLE color: 2631627.
HSL color Cylindrical-coordinate representation of color #CB2728: hue angle of 359.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2728 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 40 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.20 |
| HSL | 359.63º | 0.68% | 0.47% | - |
| HSV(B) | 359.63º | 0.81% | 0.8% | - |
| XYZ | 25.74 | 14.3 | 3.41 | - |
| YUV | 88.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 40 | 0 | 0.81 | 0.80 | 0.20 | 359.63 | 0.68 | 0.47 |
| Hex | CB | 27 | 28 | 0 | 51 | 50 | 14 | 168 | 44 | 2F |
| Octal | 313 | 47 | 50 | 0 | 121 | 120 | 24 | 550 | 104 | 57 |
| Binary | 11001011 | 100111 | 101000 | 0 | 1010001 | 1010000 | 10100 | 101101000 | 1000100 | 101111 |
Color Harmonies of #CB2728
Complementary color
Monochromatic Colors of #CB2728
Black with #CB2728
Text Example
Text Example
White with #CB2728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2728; }
p { color: rgb(203,39,40); }
H1.HeaderClassName
{
color: #CB2728;
}
.AnyTagClassName
{
color: #CB2728;
}
</style>
background-color css
<style>
a { background-color: #CB2728; }
a { background-color: rgb(203,39,40); }
div.DivClassName
{
background-color: #CB2728;
}
.BgClassName
{
background-color: #CB2728;
}
</style>
border-color css
<style>
span { border-color: #CB2728; }
span { border-color: rgb(203,39,40); }
td.TdClassName
{
border-color: #CB2728;
}
.TagClassName
{
border-color: #CB2728;
}
</style>