Shades of Mahogany #CB2933
Tints of Mahogany #CB2933
RGB
CMYK
RGB Variations
Color information
#CB2933 (or 0xCB2933) is known color: Mahogany. HEX triplet: CB, 29 and 33. RGB value is (203,41,51). Sum of RGB (Red+Green+Blue) = 203+41+51=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2933 is #34D6CC. Grayscale: #5A5A5A. Windows color (decimal): -3462861 or 3353035. OLE color: 3353035.
HSL color Cylindrical-coordinate representation of color #CB2933: hue angle of 356.3º 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 #CB2933 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 51 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.20 |
| HSL | 356.3º | 0.66% | 0.48% | - |
| HSV(B) | 356.3º | 0.8% | 0.8% | - |
| XYZ | 26.02 | 14.52 | 4.56 | - |
| YUV | 90.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 51 | 0 | 0.80 | 0.75 | 0.20 | 356.3 | 0.66 | 0.48 |
| Hex | CB | 29 | 33 | 0 | 50 | 4B | 14 | 164 | 42 | 30 |
| Octal | 313 | 51 | 63 | 0 | 120 | 113 | 24 | 544 | 102 | 60 |
| Binary | 11001011 | 101001 | 110011 | 0 | 1010000 | 1001011 | 10100 | 101100100 | 1000010 | 110000 |
Color Harmonies of #CB2933
Complementary color
Monochromatic Colors of #CB2933
Black with #CB2933
Text Example
Text Example
White with #CB2933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2933; }
p { color: rgb(203,41,51); }
H1.HeaderClassName
{
color: #CB2933;
}
.AnyTagClassName
{
color: #CB2933;
}
</style>
background-color css
<style>
a { background-color: #CB2933; }
a { background-color: rgb(203,41,51); }
div.DivClassName
{
background-color: #CB2933;
}
.BgClassName
{
background-color: #CB2933;
}
</style>
border-color css
<style>
span { border-color: #CB2933; }
span { border-color: rgb(203,41,51); }
td.TdClassName
{
border-color: #CB2933;
}
.TagClassName
{
border-color: #CB2933;
}
</style>