Shades of Mahogany #CB353B
Tints of Mahogany #CB353B
RGB
CMYK
RGB Variations
Color information
#CB353B (or 0xCB353B) is known color: Mahogany. HEX triplet: CB, 35 and 3B. RGB value is (203,53,59). Sum of RGB (Red+Green+Blue) = 203+53+59=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB353B is #34CAC4. Grayscale: #626262. Windows color (decimal): -3459781 or 3880395. OLE color: 3880395.
HSL color Cylindrical-coordinate representation of color #CB353B: hue angle of 357.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB353B is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 59 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.20 |
| HSL | 357.6º | 0.59% | 0.5% | - |
| HSV(B) | 357.6º | 0.74% | 0.8% | - |
| XYZ | 26.69 | 15.56 | 5.73 | - |
| YUV | 98.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 59 | 0 | 0.74 | 0.71 | 0.20 | 357.6 | 0.59 | 0.5 |
| Hex | CB | 35 | 3B | 0 | 4A | 47 | 14 | 166 | 3B | 32 |
| Octal | 313 | 65 | 73 | 0 | 112 | 107 | 24 | 546 | 73 | 62 |
| Binary | 11001011 | 110101 | 111011 | 0 | 1001010 | 1000111 | 10100 | 101100110 | 111011 | 110010 |
Color Harmonies of #CB353B
Complementary color
Monochromatic Colors of #CB353B
Black with #CB353B
Text Example
Text Example
White with #CB353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB353B; }
p { color: rgb(203,53,59); }
H1.HeaderClassName
{
color: #CB353B;
}
.AnyTagClassName
{
color: #CB353B;
}
</style>
background-color css
<style>
a { background-color: #CB353B; }
a { background-color: rgb(203,53,59); }
div.DivClassName
{
background-color: #CB353B;
}
.BgClassName
{
background-color: #CB353B;
}
</style>
border-color css
<style>
span { border-color: #CB353B; }
span { border-color: rgb(203,53,59); }
td.TdClassName
{
border-color: #CB353B;
}
.TagClassName
{
border-color: #CB353B;
}
</style>