Shades of Mahogany #CB3033
Tints of Mahogany #CB3033
RGB
CMYK
RGB Variations
Color information
#CB3033 (or 0xCB3033) is known color: Mahogany. HEX triplet: CB, 30 and 33. RGB value is (203,48,51). Sum of RGB (Red+Green+Blue) = 203+48+51=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3033 is #34CFCC. Grayscale: #5E5E5E. Windows color (decimal): -3461069 or 3354827. OLE color: 3354827.
HSL color Cylindrical-coordinate representation of color #CB3033: hue angle of 358.84º 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 #CB3033 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 51 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.20 |
| HSL | 358.84º | 0.62% | 0.49% | - |
| HSV(B) | 358.84º | 0.76% | 0.8% | - |
| XYZ | 26.28 | 15.05 | 4.65 | - |
| YUV | 94.69 | 103.35 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 51 | 0 | 0.76 | 0.75 | 0.20 | 358.84 | 0.62 | 0.49 |
| Hex | CB | 30 | 33 | 0 | 4C | 4B | 14 | 167 | 3E | 31 |
| Octal | 313 | 60 | 63 | 0 | 114 | 113 | 24 | 547 | 76 | 61 |
| Binary | 11001011 | 110000 | 110011 | 0 | 1001100 | 1001011 | 10100 | 101100111 | 111110 | 110001 |
Color Harmonies of #CB3033
Complementary color
Monochromatic Colors of #CB3033
Black with #CB3033
Text Example
Text Example
White with #CB3033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3033; }
p { color: rgb(203,48,51); }
H1.HeaderClassName
{
color: #CB3033;
}
.AnyTagClassName
{
color: #CB3033;
}
</style>
background-color css
<style>
a { background-color: #CB3033; }
a { background-color: rgb(203,48,51); }
div.DivClassName
{
background-color: #CB3033;
}
.BgClassName
{
background-color: #CB3033;
}
</style>
border-color css
<style>
span { border-color: #CB3033; }
span { border-color: rgb(203,48,51); }
td.TdClassName
{
border-color: #CB3033;
}
.TagClassName
{
border-color: #CB3033;
}
</style>