Shades of Mahogany #CC3139
Tints of Mahogany #CC3139
RGB
CMYK
RGB Variations
Color information
#CC3139 (or 0xCC3139) is known color: Mahogany. HEX triplet: CC, 31 and 39. RGB value is (204,49,57). Sum of RGB (Red+Green+Blue) = 204+49+57=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3139 is #33CEC6. Grayscale: #606060. Windows color (decimal): -3395271 or 3748300. OLE color: 3748300.
HSL color Cylindrical-coordinate representation of color #CC3139: hue angle of 356.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3139 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 57 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.2 |
| HSL | 356.9º | 0.61% | 0.5% | - |
| HSV(B) | 356.9º | 0.76% | 0.8% | - |
| XYZ | 26.74 | 15.33 | 5.42 | - |
| YUV | 96.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 57 | 0 | 0.76 | 0.72 | 0.2 | 356.9 | 0.61 | 0.5 |
| Hex | CC | 31 | 39 | 0 | 4C | 48 | 14 | 165 | 3D | 32 |
| Octal | 314 | 61 | 71 | 0 | 114 | 110 | 24 | 545 | 75 | 62 |
| Binary | 11001100 | 110001 | 111001 | 0 | 1001100 | 1001000 | 10100 | 101100101 | 111101 | 110010 |
Color Harmonies of #CC3139
Complementary color
Monochromatic Colors of #CC3139
Black with #CC3139
Text Example
Text Example
White with #CC3139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3139; }
p { color: rgb(204,49,57); }
H1.HeaderClassName
{
color: #CC3139;
}
.AnyTagClassName
{
color: #CC3139;
}
</style>
background-color css
<style>
a { background-color: #CC3139; }
a { background-color: rgb(204,49,57); }
div.DivClassName
{
background-color: #CC3139;
}
.BgClassName
{
background-color: #CC3139;
}
</style>
border-color css
<style>
span { border-color: #CC3139; }
span { border-color: rgb(204,49,57); }
td.TdClassName
{
border-color: #CC3139;
}
.TagClassName
{
border-color: #CC3139;
}
</style>