Shades of Mahogany #CB313B
Tints of Mahogany #CB313B
RGB
CMYK
RGB Variations
Color information
#CB313B (or 0xCB313B) is known color: Mahogany. HEX triplet: CB, 31 and 3B. RGB value is (203,49,59). Sum of RGB (Red+Green+Blue) = 203+49+59=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB313B is #34CEC4. Grayscale: #606060. Windows color (decimal): -3460805 or 3879371. OLE color: 3879371.
HSL color Cylindrical-coordinate representation of color #CB313B: hue angle of 356.1º 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 #CB313B is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 59 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.20 |
| HSL | 356.1º | 0.61% | 0.49% | - |
| HSV(B) | 356.1º | 0.76% | 0.8% | - |
| XYZ | 26.52 | 15.21 | 5.68 | - |
| YUV | 96.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 59 | 0 | 0.76 | 0.71 | 0.20 | 356.1 | 0.61 | 0.49 |
| Hex | CB | 31 | 3B | 0 | 4C | 47 | 14 | 164 | 3D | 31 |
| Octal | 313 | 61 | 73 | 0 | 114 | 107 | 24 | 544 | 75 | 61 |
| Binary | 11001011 | 110001 | 111011 | 0 | 1001100 | 1000111 | 10100 | 101100100 | 111101 | 110001 |
Color Harmonies of #CB313B
Complementary color
Monochromatic Colors of #CB313B
Black with #CB313B
Text Example
Text Example
White with #CB313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB313B; }
p { color: rgb(203,49,59); }
H1.HeaderClassName
{
color: #CB313B;
}
.AnyTagClassName
{
color: #CB313B;
}
</style>
background-color css
<style>
a { background-color: #CB313B; }
a { background-color: rgb(203,49,59); }
div.DivClassName
{
background-color: #CB313B;
}
.BgClassName
{
background-color: #CB313B;
}
</style>
border-color css
<style>
span { border-color: #CB313B; }
span { border-color: rgb(203,49,59); }
td.TdClassName
{
border-color: #CB313B;
}
.TagClassName
{
border-color: #CB313B;
}
</style>