Shades of Mahogany #CB3435
Tints of Mahogany #CB3435
RGB
CMYK
RGB Variations
Color information
#CB3435 (or 0xCB3435) is known color: Mahogany. HEX triplet: CB, 34 and 35. RGB value is (203,52,53). Sum of RGB (Red+Green+Blue) = 203+52+53=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3435 is #34CBCA. Grayscale: #616161. Windows color (decimal): -3460043 or 3486923. OLE color: 3486923.
HSL color Cylindrical-coordinate representation of color #CB3435: hue angle of 359.6º 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 #CB3435 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 53 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.20 |
| HSL | 359.6º | 0.59% | 0.5% | - |
| HSV(B) | 359.6º | 0.74% | 0.8% | - |
| XYZ | 26.5 | 15.41 | 4.95 | - |
| YUV | 97.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 53 | 0 | 0.74 | 0.74 | 0.20 | 359.6 | 0.59 | 0.5 |
| Hex | CB | 34 | 35 | 0 | 4A | 4A | 14 | 168 | 3B | 32 |
| Octal | 313 | 64 | 65 | 0 | 112 | 112 | 24 | 550 | 73 | 62 |
| Binary | 11001011 | 110100 | 110101 | 0 | 1001010 | 1001010 | 10100 | 101101000 | 111011 | 110010 |
Color Harmonies of #CB3435
Complementary color
Monochromatic Colors of #CB3435
Black with #CB3435
Text Example
Text Example
White with #CB3435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3435; }
p { color: rgb(203,52,53); }
H1.HeaderClassName
{
color: #CB3435;
}
.AnyTagClassName
{
color: #CB3435;
}
</style>
background-color css
<style>
a { background-color: #CB3435; }
a { background-color: rgb(203,52,53); }
div.DivClassName
{
background-color: #CB3435;
}
.BgClassName
{
background-color: #CB3435;
}
</style>
border-color css
<style>
span { border-color: #CB3435; }
span { border-color: rgb(203,52,53); }
td.TdClassName
{
border-color: #CB3435;
}
.TagClassName
{
border-color: #CB3435;
}
</style>