Shades of Mahogany #CB272F
Tints of Mahogany #CB272F
RGB
CMYK
RGB Variations
Color information
#CB272F (or 0xCB272F) is known color: Mahogany. HEX triplet: CB, 27 and 2F. RGB value is (203,39,47). Sum of RGB (Red+Green+Blue) = 203+39+47=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB272F is #34D8D0. Grayscale: #595959. Windows color (decimal): -3463377 or 3090379. OLE color: 3090379.
HSL color Cylindrical-coordinate representation of color #CB272F: hue angle of 357.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB272F is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 47 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.20 |
| HSL | 357.07º | 0.68% | 0.47% | - |
| HSV(B) | 357.07º | 0.81% | 0.8% | - |
| XYZ | 25.87 | 14.35 | 4.1 | - |
| YUV | 88.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 47 | 0 | 0.81 | 0.77 | 0.20 | 357.07 | 0.68 | 0.47 |
| Hex | CB | 27 | 2F | 0 | 51 | 4D | 14 | 165 | 44 | 2F |
| Octal | 313 | 47 | 57 | 0 | 121 | 115 | 24 | 545 | 104 | 57 |
| Binary | 11001011 | 100111 | 101111 | 0 | 1010001 | 1001101 | 10100 | 101100101 | 1000100 | 101111 |
Color Harmonies of #CB272F
Complementary color
Monochromatic Colors of #CB272F
Black with #CB272F
Text Example
Text Example
White with #CB272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB272F; }
p { color: rgb(203,39,47); }
H1.HeaderClassName
{
color: #CB272F;
}
.AnyTagClassName
{
color: #CB272F;
}
</style>
background-color css
<style>
a { background-color: #CB272F; }
a { background-color: rgb(203,39,47); }
div.DivClassName
{
background-color: #CB272F;
}
.BgClassName
{
background-color: #CB272F;
}
</style>
border-color css
<style>
span { border-color: #CB272F; }
span { border-color: rgb(203,39,47); }
td.TdClassName
{
border-color: #CB272F;
}
.TagClassName
{
border-color: #CB272F;
}
</style>