Shades of Mahogany #C02728
Tints of Mahogany #C02728
RGB
CMYK
RGB Variations
Color information
#C02728 (or 0xC02728) is known color: Mahogany. HEX triplet: C0, 27 and 28. RGB value is (192,39,40). Sum of RGB (Red+Green+Blue) = 192+39+40=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C02728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02728 is #3FD8D7. Grayscale: #555555. Windows color (decimal): -4184280 or 2631616. OLE color: 2631616.
HSL color Cylindrical-coordinate representation of color #C02728: hue angle of 359.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02728 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 40 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.25 |
| HSL | 359.61º | 0.66% | 0.45% | - |
| HSV(B) | 359.61º | 0.8% | 0.75% | - |
| XYZ | 22.85 | 12.81 | 3.28 | - |
| YUV | 84.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 40 | 0 | 0.80 | 0.79 | 0.25 | 359.61 | 0.66 | 0.45 |
| Hex | C0 | 27 | 28 | 0 | 50 | 4F | 19 | 168 | 42 | 2D |
| Octal | 300 | 47 | 50 | 0 | 120 | 117 | 31 | 550 | 102 | 55 |
| Binary | 11000000 | 100111 | 101000 | 0 | 1010000 | 1001111 | 11001 | 101101000 | 1000010 | 101101 |
Color Harmonies of #C02728
Complementary color
Monochromatic Colors of #C02728
Black with #C02728
Text Example
Text Example
White with #C02728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02728; }
p { color: rgb(192,39,40); }
H1.HeaderClassName
{
color: #C02728;
}
.AnyTagClassName
{
color: #C02728;
}
</style>
background-color css
<style>
a { background-color: #C02728; }
a { background-color: rgb(192,39,40); }
div.DivClassName
{
background-color: #C02728;
}
.BgClassName
{
background-color: #C02728;
}
</style>
border-color css
<style>
span { border-color: #C02728; }
span { border-color: rgb(192,39,40); }
td.TdClassName
{
border-color: #C02728;
}
.TagClassName
{
border-color: #C02728;
}
</style>