Shades of Mahogany #CB282F
Tints of Mahogany #CB282F
RGB
CMYK
RGB Variations
Color information
#CB282F (or 0xCB282F) is known color: Mahogany. HEX triplet: CB, 28 and 2F. RGB value is (203,40,47). Sum of RGB (Red+Green+Blue) = 203+40+47=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB282F is #34D7D0. Grayscale: #595959. Windows color (decimal): -3463121 or 3090635. OLE color: 3090635.
HSL color Cylindrical-coordinate representation of color #CB282F: hue angle of 357.42º degrees, saturation: 0.67, 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 #CB282F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 47 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.20 |
| HSL | 357.42º | 0.67% | 0.48% | - |
| HSV(B) | 357.42º | 0.8% | 0.8% | - |
| XYZ | 25.9 | 14.42 | 4.11 | - |
| YUV | 89.54 | 104 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 47 | 0 | 0.80 | 0.77 | 0.20 | 357.42 | 0.67 | 0.48 |
| Hex | CB | 28 | 2F | 0 | 50 | 4D | 14 | 165 | 43 | 30 |
| Octal | 313 | 50 | 57 | 0 | 120 | 115 | 24 | 545 | 103 | 60 |
| Binary | 11001011 | 101000 | 101111 | 0 | 1010000 | 1001101 | 10100 | 101100101 | 1000011 | 110000 |
Color Harmonies of #CB282F
Complementary color
Monochromatic Colors of #CB282F
Black with #CB282F
Text Example
Text Example
White with #CB282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB282F; }
p { color: rgb(203,40,47); }
H1.HeaderClassName
{
color: #CB282F;
}
.AnyTagClassName
{
color: #CB282F;
}
</style>
background-color css
<style>
a { background-color: #CB282F; }
a { background-color: rgb(203,40,47); }
div.DivClassName
{
background-color: #CB282F;
}
.BgClassName
{
background-color: #CB282F;
}
</style>
border-color css
<style>
span { border-color: #CB282F; }
span { border-color: rgb(203,40,47); }
td.TdClassName
{
border-color: #CB282F;
}
.TagClassName
{
border-color: #CB282F;
}
</style>