Shades of Mahogany #CB2829
Tints of Mahogany #CB2829
RGB
CMYK
RGB Variations
Color information
#CB2829 (or 0xCB2829) is known color: Mahogany. HEX triplet: CB, 28 and 29. RGB value is (203,40,41). Sum of RGB (Red+Green+Blue) = 203+40+41=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2829 is #34D7D6. Grayscale: #595959. Windows color (decimal): -3463127 or 2697419. OLE color: 2697419.
HSL color Cylindrical-coordinate representation of color #CB2829: hue angle of 359.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2829 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 41 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.20 |
| HSL | 359.63º | 0.67% | 0.48% | - |
| HSV(B) | 359.63º | 0.8% | 0.8% | - |
| XYZ | 25.79 | 14.37 | 3.51 | - |
| YUV | 88.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 41 | 0 | 0.80 | 0.80 | 0.20 | 359.63 | 0.67 | 0.48 |
| Hex | CB | 28 | 29 | 0 | 50 | 50 | 14 | 168 | 43 | 30 |
| Octal | 313 | 50 | 51 | 0 | 120 | 120 | 24 | 550 | 103 | 60 |
| Binary | 11001011 | 101000 | 101001 | 0 | 1010000 | 1010000 | 10100 | 101101000 | 1000011 | 110000 |
Color Harmonies of #CB2829
Complementary color
Monochromatic Colors of #CB2829
Black with #CB2829
Text Example
Text Example
White with #CB2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2829; }
p { color: rgb(203,40,41); }
H1.HeaderClassName
{
color: #CB2829;
}
.AnyTagClassName
{
color: #CB2829;
}
</style>
background-color css
<style>
a { background-color: #CB2829; }
a { background-color: rgb(203,40,41); }
div.DivClassName
{
background-color: #CB2829;
}
.BgClassName
{
background-color: #CB2829;
}
</style>
border-color css
<style>
span { border-color: #CB2829; }
span { border-color: rgb(203,40,41); }
td.TdClassName
{
border-color: #CB2829;
}
.TagClassName
{
border-color: #CB2829;
}
</style>