Shades of Mahogany #CA272C
Tints of Mahogany #CA272C
RGB
CMYK
RGB Variations
Color information
#CA272C (or 0xCA272C) is known color: Mahogany. HEX triplet: CA, 27 and 2C. RGB value is (202,39,44). Sum of RGB (Red+Green+Blue) = 202+39+44=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA272C is #35D8D3. Grayscale: #585858. Windows color (decimal): -3528916 or 2893770. OLE color: 2893770.
HSL color Cylindrical-coordinate representation of color #CA272C: hue angle of 358.16º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA272C is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 44 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.21 |
| HSL | 358.16º | 0.68% | 0.47% | - |
| HSV(B) | 358.16º | 0.81% | 0.79% | - |
| XYZ | 25.54 | 14.19 | 3.78 | - |
| YUV | 88.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 44 | 0 | 0.81 | 0.78 | 0.21 | 358.16 | 0.68 | 0.47 |
| Hex | CA | 27 | 2C | 0 | 51 | 4E | 15 | 166 | 44 | 2F |
| Octal | 312 | 47 | 54 | 0 | 121 | 116 | 25 | 546 | 104 | 57 |
| Binary | 11001010 | 100111 | 101100 | 0 | 1010001 | 1001110 | 10101 | 101100110 | 1000100 | 101111 |
Color Harmonies of #CA272C
Complementary color
Monochromatic Colors of #CA272C
Black with #CA272C
Text Example
Text Example
White with #CA272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA272C; }
p { color: rgb(202,39,44); }
H1.HeaderClassName
{
color: #CA272C;
}
.AnyTagClassName
{
color: #CA272C;
}
</style>
background-color css
<style>
a { background-color: #CA272C; }
a { background-color: rgb(202,39,44); }
div.DivClassName
{
background-color: #CA272C;
}
.BgClassName
{
background-color: #CA272C;
}
</style>
border-color css
<style>
span { border-color: #CA272C; }
span { border-color: rgb(202,39,44); }
td.TdClassName
{
border-color: #CA272C;
}
.TagClassName
{
border-color: #CA272C;
}
</style>