Shades of Mahogany #CB323B
Tints of Mahogany #CB323B
RGB
CMYK
RGB Variations
Color information
#CB323B (or 0xCB323B) is known color: Mahogany. HEX triplet: CB, 32 and 3B. RGB value is (203,50,59). Sum of RGB (Red+Green+Blue) = 203+50+59=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB323B is #34CDC4. Grayscale: #606060. Windows color (decimal): -3460549 or 3879627. OLE color: 3879627.
HSL color Cylindrical-coordinate representation of color #CB323B: hue angle of 356.47º 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 #CB323B is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 59 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.20 |
| HSL | 356.47º | 0.6% | 0.5% | - |
| HSV(B) | 356.47º | 0.75% | 0.8% | - |
| XYZ | 26.56 | 15.29 | 5.69 | - |
| YUV | 96.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 59 | 0 | 0.75 | 0.71 | 0.20 | 356.47 | 0.6 | 0.5 |
| Hex | CB | 32 | 3B | 0 | 4B | 47 | 14 | 164 | 3C | 32 |
| Octal | 313 | 62 | 73 | 0 | 113 | 107 | 24 | 544 | 74 | 62 |
| Binary | 11001011 | 110010 | 111011 | 0 | 1001011 | 1000111 | 10100 | 101100100 | 111100 | 110010 |
Color Harmonies of #CB323B
Complementary color
Monochromatic Colors of #CB323B
Black with #CB323B
Text Example
Text Example
White with #CB323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB323B; }
p { color: rgb(203,50,59); }
H1.HeaderClassName
{
color: #CB323B;
}
.AnyTagClassName
{
color: #CB323B;
}
</style>
background-color css
<style>
a { background-color: #CB323B; }
a { background-color: rgb(203,50,59); }
div.DivClassName
{
background-color: #CB323B;
}
.BgClassName
{
background-color: #CB323B;
}
</style>
border-color css
<style>
span { border-color: #CB323B; }
span { border-color: rgb(203,50,59); }
td.TdClassName
{
border-color: #CB323B;
}
.TagClassName
{
border-color: #CB323B;
}
</style>