Shades of Mahogany #CB343B
Tints of Mahogany #CB343B
RGB
CMYK
RGB Variations
Color information
#CB343B (or 0xCB343B) is known color: Mahogany. HEX triplet: CB, 34 and 3B. RGB value is (203,52,59). Sum of RGB (Red+Green+Blue) = 203+52+59=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB343B is #34CBC4. Grayscale: #626262. Windows color (decimal): -3460037 or 3880139. OLE color: 3880139.
HSL color Cylindrical-coordinate representation of color #CB343B: hue angle of 357.22º 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 #CB343B is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 59 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.20 |
| HSL | 357.22º | 0.59% | 0.5% | - |
| HSV(B) | 357.22º | 0.74% | 0.8% | - |
| XYZ | 26.65 | 15.47 | 5.72 | - |
| YUV | 97.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 59 | 0 | 0.74 | 0.71 | 0.20 | 357.22 | 0.59 | 0.5 |
| Hex | CB | 34 | 3B | 0 | 4A | 47 | 14 | 165 | 3B | 32 |
| Octal | 313 | 64 | 73 | 0 | 112 | 107 | 24 | 545 | 73 | 62 |
| Binary | 11001011 | 110100 | 111011 | 0 | 1001010 | 1000111 | 10100 | 101100101 | 111011 | 110010 |
Color Harmonies of #CB343B
Complementary color
Monochromatic Colors of #CB343B
Black with #CB343B
Text Example
Text Example
White with #CB343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB343B; }
p { color: rgb(203,52,59); }
H1.HeaderClassName
{
color: #CB343B;
}
.AnyTagClassName
{
color: #CB343B;
}
</style>
background-color css
<style>
a { background-color: #CB343B; }
a { background-color: rgb(203,52,59); }
div.DivClassName
{
background-color: #CB343B;
}
.BgClassName
{
background-color: #CB343B;
}
</style>
border-color css
<style>
span { border-color: #CB343B; }
span { border-color: rgb(203,52,59); }
td.TdClassName
{
border-color: #CB343B;
}
.TagClassName
{
border-color: #CB343B;
}
</style>