Shades of Mahogany #CA2D31
Tints of Mahogany #CA2D31
RGB
CMYK
RGB Variations
Color information
#CA2D31 (or 0xCA2D31) is known color: Mahogany. HEX triplet: CA, 2D and 31. RGB value is (202,45,49). Sum of RGB (Red+Green+Blue) = 202+45+49=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D31 is #35D2CE. Grayscale: #5C5C5C. Windows color (decimal): -3527375 or 3222986. OLE color: 3222986.
HSL color Cylindrical-coordinate representation of color #CA2D31: hue angle of 358.47º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D31 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 49 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.21 |
| HSL | 358.47º | 0.64% | 0.48% | - |
| HSV(B) | 358.47º | 0.78% | 0.79% | - |
| XYZ | 25.85 | 14.66 | 4.37 | - |
| YUV | 92.4 | 103.51 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 49 | 0 | 0.78 | 0.76 | 0.21 | 358.47 | 0.64 | 0.48 |
| Hex | CA | 2D | 31 | 0 | 4E | 4C | 15 | 166 | 40 | 30 |
| Octal | 312 | 55 | 61 | 0 | 116 | 114 | 25 | 546 | 100 | 60 |
| Binary | 11001010 | 101101 | 110001 | 0 | 1001110 | 1001100 | 10101 | 101100110 | 1000000 | 110000 |
Color Harmonies of #CA2D31
Complementary color
Monochromatic Colors of #CA2D31
Black with #CA2D31
Text Example
Text Example
White with #CA2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D31; }
p { color: rgb(202,45,49); }
H1.HeaderClassName
{
color: #CA2D31;
}
.AnyTagClassName
{
color: #CA2D31;
}
</style>
background-color css
<style>
a { background-color: #CA2D31; }
a { background-color: rgb(202,45,49); }
div.DivClassName
{
background-color: #CA2D31;
}
.BgClassName
{
background-color: #CA2D31;
}
</style>
border-color css
<style>
span { border-color: #CA2D31; }
span { border-color: rgb(202,45,49); }
td.TdClassName
{
border-color: #CA2D31;
}
.TagClassName
{
border-color: #CA2D31;
}
</style>