Shades of Mahogany #CB3036
Tints of Mahogany #CB3036
RGB
CMYK
RGB Variations
Color information
#CB3036 (or 0xCB3036) is known color: Mahogany. HEX triplet: CB, 30 and 36. RGB value is (203,48,54). Sum of RGB (Red+Green+Blue) = 203+48+54=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3036 is #34CFC9. Grayscale: #5F5F5F. Windows color (decimal): -3461066 or 3551435. OLE color: 3551435.
HSL color Cylindrical-coordinate representation of color #CB3036: hue angle of 357.68º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3036 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 54 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.20 |
| HSL | 357.68º | 0.62% | 0.49% | - |
| HSV(B) | 357.68º | 0.76% | 0.8% | - |
| XYZ | 26.35 | 15.08 | 5.01 | - |
| YUV | 95.03 | 104.85 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 54 | 0 | 0.76 | 0.73 | 0.20 | 357.68 | 0.62 | 0.49 |
| Hex | CB | 30 | 36 | 0 | 4C | 49 | 14 | 166 | 3E | 31 |
| Octal | 313 | 60 | 66 | 0 | 114 | 111 | 24 | 546 | 76 | 61 |
| Binary | 11001011 | 110000 | 110110 | 0 | 1001100 | 1001001 | 10100 | 101100110 | 111110 | 110001 |
Color Harmonies of #CB3036
Complementary color
Monochromatic Colors of #CB3036
Black with #CB3036
Text Example
Text Example
White with #CB3036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3036; }
p { color: rgb(203,48,54); }
H1.HeaderClassName
{
color: #CB3036;
}
.AnyTagClassName
{
color: #CB3036;
}
</style>
background-color css
<style>
a { background-color: #CB3036; }
a { background-color: rgb(203,48,54); }
div.DivClassName
{
background-color: #CB3036;
}
.BgClassName
{
background-color: #CB3036;
}
</style>
border-color css
<style>
span { border-color: #CB3036; }
span { border-color: rgb(203,48,54); }
td.TdClassName
{
border-color: #CB3036;
}
.TagClassName
{
border-color: #CB3036;
}
</style>