Shades of Mahogany #CB272A
Tints of Mahogany #CB272A
RGB
CMYK
RGB Variations
Color information
#CB272A (or 0xCB272A) is known color: Mahogany. HEX triplet: CB, 27 and 2A. RGB value is (203,39,42). Sum of RGB (Red+Green+Blue) = 203+39+42=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB272A is #34D8D5. Grayscale: #585858. Windows color (decimal): -3463382 or 2762699. OLE color: 2762699.
HSL color Cylindrical-coordinate representation of color #CB272A: hue angle of 358.9º 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 #CB272A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 42 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.20 |
| HSL | 358.9º | 0.68% | 0.47% | - |
| HSV(B) | 358.9º | 0.81% | 0.8% | - |
| XYZ | 25.77 | 14.31 | 3.6 | - |
| YUV | 88.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 42 | 0 | 0.81 | 0.79 | 0.20 | 358.9 | 0.68 | 0.47 |
| Hex | CB | 27 | 2A | 0 | 51 | 4F | 14 | 167 | 44 | 2F |
| Octal | 313 | 47 | 52 | 0 | 121 | 117 | 24 | 547 | 104 | 57 |
| Binary | 11001011 | 100111 | 101010 | 0 | 1010001 | 1001111 | 10100 | 101100111 | 1000100 | 101111 |
Color Harmonies of #CB272A
Complementary color
Monochromatic Colors of #CB272A
Black with #CB272A
Text Example
Text Example
White with #CB272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB272A; }
p { color: rgb(203,39,42); }
H1.HeaderClassName
{
color: #CB272A;
}
.AnyTagClassName
{
color: #CB272A;
}
</style>
background-color css
<style>
a { background-color: #CB272A; }
a { background-color: rgb(203,39,42); }
div.DivClassName
{
background-color: #CB272A;
}
.BgClassName
{
background-color: #CB272A;
}
</style>
border-color css
<style>
span { border-color: #CB272A; }
span { border-color: rgb(203,39,42); }
td.TdClassName
{
border-color: #CB272A;
}
.TagClassName
{
border-color: #CB272A;
}
</style>