Shades of Mahogany #CB2835
Tints of Mahogany #CB2835
RGB
CMYK
RGB Variations
Color information
#CB2835 (or 0xCB2835) is known color: Mahogany. HEX triplet: CB, 28 and 35. RGB value is (203,40,53). Sum of RGB (Red+Green+Blue) = 203+40+53=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2835 is #34D7CA. Grayscale: #5A5A5A. Windows color (decimal): -3463115 or 3483851. OLE color: 3483851.
HSL color Cylindrical-coordinate representation of color #CB2835: hue angle of 355.21º 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 #CB2835 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 53 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.20 |
| HSL | 355.21º | 0.67% | 0.48% | - |
| HSV(B) | 355.21º | 0.8% | 0.8% | - |
| XYZ | 26.03 | 14.47 | 4.79 | - |
| YUV | 90.22 | 107 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 53 | 0 | 0.80 | 0.74 | 0.20 | 355.21 | 0.67 | 0.48 |
| Hex | CB | 28 | 35 | 0 | 50 | 4A | 14 | 163 | 43 | 30 |
| Octal | 313 | 50 | 65 | 0 | 120 | 112 | 24 | 543 | 103 | 60 |
| Binary | 11001011 | 101000 | 110101 | 0 | 1010000 | 1001010 | 10100 | 101100011 | 1000011 | 110000 |
Color Harmonies of #CB2835
Complementary color
Monochromatic Colors of #CB2835
Black with #CB2835
Text Example
Text Example
White with #CB2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2835; }
p { color: rgb(203,40,53); }
H1.HeaderClassName
{
color: #CB2835;
}
.AnyTagClassName
{
color: #CB2835;
}
</style>
background-color css
<style>
a { background-color: #CB2835; }
a { background-color: rgb(203,40,53); }
div.DivClassName
{
background-color: #CB2835;
}
.BgClassName
{
background-color: #CB2835;
}
</style>
border-color css
<style>
span { border-color: #CB2835; }
span { border-color: rgb(203,40,53); }
td.TdClassName
{
border-color: #CB2835;
}
.TagClassName
{
border-color: #CB2835;
}
</style>