Shades of Mahogany #CB2932
Tints of Mahogany #CB2932
RGB
CMYK
RGB Variations
Color information
#CB2932 (or 0xCB2932) is known color: Mahogany. HEX triplet: CB, 29 and 32. RGB value is (203,41,50). Sum of RGB (Red+Green+Blue) = 203+41+50=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2932 is #34D6CD. Grayscale: #5A5A5A. Windows color (decimal): -3462862 or 3287499. OLE color: 3287499.
HSL color Cylindrical-coordinate representation of color #CB2932: hue angle of 356.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2932 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 50 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.20 |
| HSL | 356.67º | 0.66% | 0.48% | - |
| HSV(B) | 356.67º | 0.8% | 0.8% | - |
| XYZ | 26 | 14.51 | 4.45 | - |
| YUV | 90.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 50 | 0 | 0.80 | 0.75 | 0.20 | 356.67 | 0.66 | 0.48 |
| Hex | CB | 29 | 32 | 0 | 50 | 4B | 14 | 165 | 42 | 30 |
| Octal | 313 | 51 | 62 | 0 | 120 | 113 | 24 | 545 | 102 | 60 |
| Binary | 11001011 | 101001 | 110010 | 0 | 1010000 | 1001011 | 10100 | 101100101 | 1000010 | 110000 |
Color Harmonies of #CB2932
Complementary color
Monochromatic Colors of #CB2932
Black with #CB2932
Text Example
Text Example
White with #CB2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2932; }
p { color: rgb(203,41,50); }
H1.HeaderClassName
{
color: #CB2932;
}
.AnyTagClassName
{
color: #CB2932;
}
</style>
background-color css
<style>
a { background-color: #CB2932; }
a { background-color: rgb(203,41,50); }
div.DivClassName
{
background-color: #CB2932;
}
.BgClassName
{
background-color: #CB2932;
}
</style>
border-color css
<style>
span { border-color: #CB2932; }
span { border-color: rgb(203,41,50); }
td.TdClassName
{
border-color: #CB2932;
}
.TagClassName
{
border-color: #CB2932;
}
</style>