Shades of Mahogany #CB3A41
Tints of Mahogany #CB3A41
RGB
CMYK
RGB Variations
Color information
#CB3A41 (or 0xCB3A41) is known color: Mahogany. HEX triplet: CB, 3A and 41. RGB value is (203,58,65). Sum of RGB (Red+Green+Blue) = 203+58+65=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A41 is #34C5BE. Grayscale: #666666. Windows color (decimal): -3458495 or 4274891. OLE color: 4274891.
HSL color Cylindrical-coordinate representation of color #CB3A41: hue angle of 357.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3A41 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 65 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.20 |
| HSL | 357.1º | 0.58% | 0.51% | - |
| HSV(B) | 357.1º | 0.71% | 0.8% | - |
| XYZ | 27.1 | 16.1 | 6.68 | - |
| YUV | 102.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 65 | 0 | 0.71 | 0.68 | 0.20 | 357.1 | 0.58 | 0.51 |
| Hex | CB | 3A | 41 | 0 | 47 | 44 | 14 | 165 | 3A | 33 |
| Octal | 313 | 72 | 101 | 0 | 107 | 104 | 24 | 545 | 72 | 63 |
| Binary | 11001011 | 111010 | 1000001 | 0 | 1000111 | 1000100 | 10100 | 101100101 | 111010 | 110011 |
Color Harmonies of #CB3A41
Complementary color
Monochromatic Colors of #CB3A41
Black with #CB3A41
Text Example
Text Example
White with #CB3A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A41; }
p { color: rgb(203,58,65); }
H1.HeaderClassName
{
color: #CB3A41;
}
.AnyTagClassName
{
color: #CB3A41;
}
</style>
background-color css
<style>
a { background-color: #CB3A41; }
a { background-color: rgb(203,58,65); }
div.DivClassName
{
background-color: #CB3A41;
}
.BgClassName
{
background-color: #CB3A41;
}
</style>
border-color css
<style>
span { border-color: #CB3A41; }
span { border-color: rgb(203,58,65); }
td.TdClassName
{
border-color: #CB3A41;
}
.TagClassName
{
border-color: #CB3A41;
}
</style>