Shades of Mahogany #CC2728
Tints of Mahogany #CC2728
RGB
CMYK
RGB Variations
Color information
#CC2728 (or 0xCC2728) is known color: Mahogany. HEX triplet: CC, 27 and 28. RGB value is (204,39,40). Sum of RGB (Red+Green+Blue) = 204+39+40=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2728 is #33D8D7. Grayscale: #585858. Windows color (decimal): -3397848 or 2631628. OLE color: 2631628.
HSL color Cylindrical-coordinate representation of color #CC2728: hue angle of 359.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2728 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 40 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.2 |
| HSL | 359.64º | 0.68% | 0.48% | - |
| HSV(B) | 359.64º | 0.81% | 0.8% | - |
| XYZ | 26.01 | 14.44 | 3.42 | - |
| YUV | 88.45 | 100.66 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 40 | 0 | 0.81 | 0.80 | 0.2 | 359.64 | 0.68 | 0.48 |
| Hex | CC | 27 | 28 | 0 | 51 | 50 | 14 | 168 | 44 | 30 |
| Octal | 314 | 47 | 50 | 0 | 121 | 120 | 24 | 550 | 104 | 60 |
| Binary | 11001100 | 100111 | 101000 | 0 | 1010001 | 1010000 | 10100 | 101101000 | 1000100 | 110000 |
Color Harmonies of #CC2728
Complementary color
Monochromatic Colors of #CC2728
Black with #CC2728
Text Example
Text Example
White with #CC2728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2728; }
p { color: rgb(204,39,40); }
H1.HeaderClassName
{
color: #CC2728;
}
.AnyTagClassName
{
color: #CC2728;
}
</style>
background-color css
<style>
a { background-color: #CC2728; }
a { background-color: rgb(204,39,40); }
div.DivClassName
{
background-color: #CC2728;
}
.BgClassName
{
background-color: #CC2728;
}
</style>
border-color css
<style>
span { border-color: #CC2728; }
span { border-color: rgb(204,39,40); }
td.TdClassName
{
border-color: #CC2728;
}
.TagClassName
{
border-color: #CC2728;
}
</style>