Shades of Mahogany #CB323D
Tints of Mahogany #CB323D
RGB
CMYK
RGB Variations
Color information
#CB323D (or 0xCB323D) is known color: Mahogany. HEX triplet: CB, 32 and 3D. RGB value is (203,50,61). Sum of RGB (Red+Green+Blue) = 203+50+61=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB323D is #34CDC2. Grayscale: #616161. Windows color (decimal): -3460547 or 4010699. OLE color: 4010699.
HSL color Cylindrical-coordinate representation of color #CB323D: hue angle of 355.69º 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 #CB323D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 61 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.20 |
| HSL | 355.69º | 0.6% | 0.5% | - |
| HSV(B) | 355.69º | 0.75% | 0.8% | - |
| XYZ | 26.61 | 15.31 | 5.97 | - |
| YUV | 97 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 61 | 0 | 0.75 | 0.70 | 0.20 | 355.69 | 0.6 | 0.5 |
| Hex | CB | 32 | 3D | 0 | 4B | 46 | 14 | 164 | 3C | 32 |
| Octal | 313 | 62 | 75 | 0 | 113 | 106 | 24 | 544 | 74 | 62 |
| Binary | 11001011 | 110010 | 111101 | 0 | 1001011 | 1000110 | 10100 | 101100100 | 111100 | 110010 |
Color Harmonies of #CB323D
Complementary color
Monochromatic Colors of #CB323D
Black with #CB323D
Text Example
Text Example
White with #CB323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB323D; }
p { color: rgb(203,50,61); }
H1.HeaderClassName
{
color: #CB323D;
}
.AnyTagClassName
{
color: #CB323D;
}
</style>
background-color css
<style>
a { background-color: #CB323D; }
a { background-color: rgb(203,50,61); }
div.DivClassName
{
background-color: #CB323D;
}
.BgClassName
{
background-color: #CB323D;
}
</style>
border-color css
<style>
span { border-color: #CB323D; }
span { border-color: rgb(203,50,61); }
td.TdClassName
{
border-color: #CB323D;
}
.TagClassName
{
border-color: #CB323D;
}
</style>