Shades of Mahogany #CB3234
Tints of Mahogany #CB3234
RGB
CMYK
RGB Variations
Color information
#CB3234 (or 0xCB3234) is known color: Mahogany. HEX triplet: CB, 32 and 34. RGB value is (203,50,52). Sum of RGB (Red+Green+Blue) = 203+50+52=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3234 is #34CDCB. Grayscale: #606060. Windows color (decimal): -3460556 or 3420875. OLE color: 3420875.
HSL color Cylindrical-coordinate representation of color #CB3234: hue angle of 359.22º 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 #CB3234 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 52 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.20 |
| HSL | 359.22º | 0.6% | 0.5% | - |
| HSV(B) | 359.22º | 0.75% | 0.8% | - |
| XYZ | 26.39 | 15.23 | 4.8 | - |
| YUV | 95.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 52 | 0 | 0.75 | 0.74 | 0.20 | 359.22 | 0.6 | 0.5 |
| Hex | CB | 32 | 34 | 0 | 4B | 4A | 14 | 167 | 3C | 32 |
| Octal | 313 | 62 | 64 | 0 | 113 | 112 | 24 | 547 | 74 | 62 |
| Binary | 11001011 | 110010 | 110100 | 0 | 1001011 | 1001010 | 10100 | 101100111 | 111100 | 110010 |
Color Harmonies of #CB3234
Complementary color
Monochromatic Colors of #CB3234
Black with #CB3234
Text Example
Text Example
White with #CB3234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3234; }
p { color: rgb(203,50,52); }
H1.HeaderClassName
{
color: #CB3234;
}
.AnyTagClassName
{
color: #CB3234;
}
</style>
background-color css
<style>
a { background-color: #CB3234; }
a { background-color: rgb(203,50,52); }
div.DivClassName
{
background-color: #CB3234;
}
.BgClassName
{
background-color: #CB3234;
}
</style>
border-color css
<style>
span { border-color: #CB3234; }
span { border-color: rgb(203,50,52); }
td.TdClassName
{
border-color: #CB3234;
}
.TagClassName
{
border-color: #CB3234;
}
</style>