Shades of Mahogany #CB323A
Tints of Mahogany #CB323A
RGB
CMYK
RGB Variations
Color information
#CB323A (or 0xCB323A) is known color: Mahogany. HEX triplet: CB, 32 and 3A. RGB value is (203,50,58). Sum of RGB (Red+Green+Blue) = 203+50+58=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB323A is #34CDC5. Grayscale: #606060. Windows color (decimal): -3460550 or 3814091. OLE color: 3814091.
HSL color Cylindrical-coordinate representation of color #CB323A: hue angle of 356.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB323A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 58 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.20 |
| HSL | 356.86º | 0.6% | 0.5% | - |
| HSV(B) | 356.86º | 0.75% | 0.8% | - |
| XYZ | 26.53 | 15.28 | 5.55 | - |
| YUV | 96.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 58 | 0 | 0.75 | 0.71 | 0.20 | 356.86 | 0.6 | 0.5 |
| Hex | CB | 32 | 3A | 0 | 4B | 47 | 14 | 165 | 3C | 32 |
| Octal | 313 | 62 | 72 | 0 | 113 | 107 | 24 | 545 | 74 | 62 |
| Binary | 11001011 | 110010 | 111010 | 0 | 1001011 | 1000111 | 10100 | 101100101 | 111100 | 110010 |
Color Harmonies of #CB323A
Complementary color
Monochromatic Colors of #CB323A
Black with #CB323A
Text Example
Text Example
White with #CB323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB323A; }
p { color: rgb(203,50,58); }
H1.HeaderClassName
{
color: #CB323A;
}
.AnyTagClassName
{
color: #CB323A;
}
</style>
background-color css
<style>
a { background-color: #CB323A; }
a { background-color: rgb(203,50,58); }
div.DivClassName
{
background-color: #CB323A;
}
.BgClassName
{
background-color: #CB323A;
}
</style>
border-color css
<style>
span { border-color: #CB323A; }
span { border-color: rgb(203,50,58); }
td.TdClassName
{
border-color: #CB323A;
}
.TagClassName
{
border-color: #CB323A;
}
</style>