Shades of Mahogany #CB2733
Tints of Mahogany #CB2733
RGB
CMYK
RGB Variations
Color information
#CB2733 (or 0xCB2733) is known color: Mahogany. HEX triplet: CB, 27 and 33. RGB value is (203,39,51). Sum of RGB (Red+Green+Blue) = 203+39+51=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2733 is #34D8CC. Grayscale: #595959. Windows color (decimal): -3463373 or 3352523. OLE color: 3352523.
HSL color Cylindrical-coordinate representation of color #CB2733: hue angle of 355.61º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2733 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 51 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.20 |
| HSL | 355.61º | 0.68% | 0.47% | - |
| HSV(B) | 355.61º | 0.81% | 0.8% | - |
| XYZ | 25.95 | 14.39 | 4.54 | - |
| YUV | 89.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 51 | 0 | 0.81 | 0.75 | 0.20 | 355.61 | 0.68 | 0.47 |
| Hex | CB | 27 | 33 | 0 | 51 | 4B | 14 | 164 | 44 | 2F |
| Octal | 313 | 47 | 63 | 0 | 121 | 113 | 24 | 544 | 104 | 57 |
| Binary | 11001011 | 100111 | 110011 | 0 | 1010001 | 1001011 | 10100 | 101100100 | 1000100 | 101111 |
Color Harmonies of #CB2733
Complementary color
Monochromatic Colors of #CB2733
Black with #CB2733
Text Example
Text Example
White with #CB2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2733; }
p { color: rgb(203,39,51); }
H1.HeaderClassName
{
color: #CB2733;
}
.AnyTagClassName
{
color: #CB2733;
}
</style>
background-color css
<style>
a { background-color: #CB2733; }
a { background-color: rgb(203,39,51); }
div.DivClassName
{
background-color: #CB2733;
}
.BgClassName
{
background-color: #CB2733;
}
</style>
border-color css
<style>
span { border-color: #CB2733; }
span { border-color: rgb(203,39,51); }
td.TdClassName
{
border-color: #CB2733;
}
.TagClassName
{
border-color: #CB2733;
}
</style>