Shades of Mahogany #CB343E
Tints of Mahogany #CB343E
RGB
CMYK
RGB Variations
Color information
#CB343E (or 0xCB343E) is known color: Mahogany. HEX triplet: CB, 34 and 3E. RGB value is (203,52,62). Sum of RGB (Red+Green+Blue) = 203+52+62=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB343E is #34CBC1. Grayscale: #626262. Windows color (decimal): -3460034 or 4076747. OLE color: 4076747.
HSL color Cylindrical-coordinate representation of color #CB343E: hue angle of 356.03º 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 #CB343E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 62 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.20 |
| HSL | 356.03º | 0.59% | 0.5% | - |
| HSV(B) | 356.03º | 0.74% | 0.8% | - |
| XYZ | 26.73 | 15.5 | 6.14 | - |
| YUV | 98.29 | 107.53 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 62 | 0 | 0.74 | 0.69 | 0.20 | 356.03 | 0.59 | 0.5 |
| Hex | CB | 34 | 3E | 0 | 4A | 45 | 14 | 164 | 3B | 32 |
| Octal | 313 | 64 | 76 | 0 | 112 | 105 | 24 | 544 | 73 | 62 |
| Binary | 11001011 | 110100 | 111110 | 0 | 1001010 | 1000101 | 10100 | 101100100 | 111011 | 110010 |
Color Harmonies of #CB343E
Complementary color
Monochromatic Colors of #CB343E
Black with #CB343E
Text Example
Text Example
White with #CB343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB343E; }
p { color: rgb(203,52,62); }
H1.HeaderClassName
{
color: #CB343E;
}
.AnyTagClassName
{
color: #CB343E;
}
</style>
background-color css
<style>
a { background-color: #CB343E; }
a { background-color: rgb(203,52,62); }
div.DivClassName
{
background-color: #CB343E;
}
.BgClassName
{
background-color: #CB343E;
}
</style>
border-color css
<style>
span { border-color: #CB343E; }
span { border-color: rgb(203,52,62); }
td.TdClassName
{
border-color: #CB343E;
}
.TagClassName
{
border-color: #CB343E;
}
</style>