Shades of Mahogany #C02F31
Tints of Mahogany #C02F31
RGB
CMYK
RGB Variations
Color information
#C02F31 (or 0xC02F31) is known color: Mahogany. HEX triplet: C0, 2F and 31. RGB value is (192,47,49). Sum of RGB (Red+Green+Blue) = 192+47+49=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F31 is #3FD0CE. Grayscale: #5A5A5A. Windows color (decimal): -4182223 or 3223488. OLE color: 3223488.
HSL color Cylindrical-coordinate representation of color #C02F31: hue angle of 359.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02F31 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 49 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.25 |
| HSL | 359.17º | 0.61% | 0.47% | - |
| HSV(B) | 359.17º | 0.76% | 0.75% | - |
| XYZ | 23.31 | 13.46 | 4.28 | - |
| YUV | 90.58 | 104.54 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 49 | 0 | 0.76 | 0.74 | 0.25 | 359.17 | 0.61 | 0.47 |
| Hex | C0 | 2F | 31 | 0 | 4C | 4A | 19 | 167 | 3D | 2F |
| Octal | 300 | 57 | 61 | 0 | 114 | 112 | 31 | 547 | 75 | 57 |
| Binary | 11000000 | 101111 | 110001 | 0 | 1001100 | 1001010 | 11001 | 101100111 | 111101 | 101111 |
Color Harmonies of #C02F31
Complementary color
Monochromatic Colors of #C02F31
Black with #C02F31
Text Example
Text Example
White with #C02F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F31; }
p { color: rgb(192,47,49); }
H1.HeaderClassName
{
color: #C02F31;
}
.AnyTagClassName
{
color: #C02F31;
}
</style>
background-color css
<style>
a { background-color: #C02F31; }
a { background-color: rgb(192,47,49); }
div.DivClassName
{
background-color: #C02F31;
}
.BgClassName
{
background-color: #C02F31;
}
</style>
border-color css
<style>
span { border-color: #C02F31; }
span { border-color: rgb(192,47,49); }
td.TdClassName
{
border-color: #C02F31;
}
.TagClassName
{
border-color: #C02F31;
}
</style>