Shades of Mahogany #CB3139
Tints of Mahogany #CB3139
RGB
CMYK
RGB Variations
Color information
#CB3139 (or 0xCB3139) is known color: Mahogany. HEX triplet: CB, 31 and 39. RGB value is (203,49,57). Sum of RGB (Red+Green+Blue) = 203+49+57=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3139 is #34CEC6. Grayscale: #606060. Windows color (decimal): -3460807 or 3748299. OLE color: 3748299.
HSL color Cylindrical-coordinate representation of color #CB3139: hue angle of 356.88º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3139 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 57 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.20 |
| HSL | 356.88º | 0.61% | 0.49% | - |
| HSV(B) | 356.88º | 0.76% | 0.8% | - |
| XYZ | 26.47 | 15.19 | 5.41 | - |
| YUV | 95.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 57 | 0 | 0.76 | 0.72 | 0.20 | 356.88 | 0.61 | 0.49 |
| Hex | CB | 31 | 39 | 0 | 4C | 48 | 14 | 165 | 3D | 31 |
| Octal | 313 | 61 | 71 | 0 | 114 | 110 | 24 | 545 | 75 | 61 |
| Binary | 11001011 | 110001 | 111001 | 0 | 1001100 | 1001000 | 10100 | 101100101 | 111101 | 110001 |
Color Harmonies of #CB3139
Complementary color
Monochromatic Colors of #CB3139
Black with #CB3139
Text Example
Text Example
White with #CB3139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3139; }
p { color: rgb(203,49,57); }
H1.HeaderClassName
{
color: #CB3139;
}
.AnyTagClassName
{
color: #CB3139;
}
</style>
background-color css
<style>
a { background-color: #CB3139; }
a { background-color: rgb(203,49,57); }
div.DivClassName
{
background-color: #CB3139;
}
.BgClassName
{
background-color: #CB3139;
}
</style>
border-color css
<style>
span { border-color: #CB3139; }
span { border-color: rgb(203,49,57); }
td.TdClassName
{
border-color: #CB3139;
}
.TagClassName
{
border-color: #CB3139;
}
</style>