Shades of Mahogany #CB333A
Tints of Mahogany #CB333A
RGB
CMYK
RGB Variations
Color information
#CB333A (or 0xCB333A) is known color: Mahogany. HEX triplet: CB, 33 and 3A. RGB value is (203,51,58). Sum of RGB (Red+Green+Blue) = 203+51+58=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB333A is #34CCC5. Grayscale: #616161. Windows color (decimal): -3460294 or 3814347. OLE color: 3814347.
HSL color Cylindrical-coordinate representation of color #CB333A: hue angle of 357.24º 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 #CB333A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 58 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.20 |
| HSL | 357.24º | 0.6% | 0.5% | - |
| HSV(B) | 357.24º | 0.75% | 0.8% | - |
| XYZ | 26.58 | 15.37 | 5.57 | - |
| YUV | 97.25 | 105.86 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 58 | 0 | 0.75 | 0.71 | 0.20 | 357.24 | 0.6 | 0.5 |
| Hex | CB | 33 | 3A | 0 | 4B | 47 | 14 | 165 | 3C | 32 |
| Octal | 313 | 63 | 72 | 0 | 113 | 107 | 24 | 545 | 74 | 62 |
| Binary | 11001011 | 110011 | 111010 | 0 | 1001011 | 1000111 | 10100 | 101100101 | 111100 | 110010 |
Color Harmonies of #CB333A
Complementary color
Monochromatic Colors of #CB333A
Black with #CB333A
Text Example
Text Example
White with #CB333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB333A; }
p { color: rgb(203,51,58); }
H1.HeaderClassName
{
color: #CB333A;
}
.AnyTagClassName
{
color: #CB333A;
}
</style>
background-color css
<style>
a { background-color: #CB333A; }
a { background-color: rgb(203,51,58); }
div.DivClassName
{
background-color: #CB333A;
}
.BgClassName
{
background-color: #CB333A;
}
</style>
border-color css
<style>
span { border-color: #CB333A; }
span { border-color: rgb(203,51,58); }
td.TdClassName
{
border-color: #CB333A;
}
.TagClassName
{
border-color: #CB333A;
}
</style>