Shades of Mahogany #CC3437
Tints of Mahogany #CC3437
RGB
CMYK
RGB Variations
Color information
#CC3437 (or 0xCC3437) is known color: Mahogany. HEX triplet: CC, 34 and 37. RGB value is (204,52,55). Sum of RGB (Red+Green+Blue) = 204+52+55=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3437 is #33CBC8. Grayscale: #616161. Windows color (decimal): -3394505 or 3617996. OLE color: 3617996.
HSL color Cylindrical-coordinate representation of color #CC3437: hue angle of 358.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3437 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 55 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.2 |
| HSL | 358.82º | 0.6% | 0.5% | - |
| HSV(B) | 358.82º | 0.75% | 0.8% | - |
| XYZ | 26.82 | 15.57 | 5.21 | - |
| YUV | 97.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 55 | 0 | 0.75 | 0.73 | 0.2 | 358.82 | 0.6 | 0.5 |
| Hex | CC | 34 | 37 | 0 | 4B | 49 | 14 | 167 | 3C | 32 |
| Octal | 314 | 64 | 67 | 0 | 113 | 111 | 24 | 547 | 74 | 62 |
| Binary | 11001100 | 110100 | 110111 | 0 | 1001011 | 1001001 | 10100 | 101100111 | 111100 | 110010 |
Color Harmonies of #CC3437
Complementary color
Monochromatic Colors of #CC3437
Black with #CC3437
Text Example
Text Example
White with #CC3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3437; }
p { color: rgb(204,52,55); }
H1.HeaderClassName
{
color: #CC3437;
}
.AnyTagClassName
{
color: #CC3437;
}
</style>
background-color css
<style>
a { background-color: #CC3437; }
a { background-color: rgb(204,52,55); }
div.DivClassName
{
background-color: #CC3437;
}
.BgClassName
{
background-color: #CC3437;
}
</style>
border-color css
<style>
span { border-color: #CC3437; }
span { border-color: rgb(204,52,55); }
td.TdClassName
{
border-color: #CC3437;
}
.TagClassName
{
border-color: #CC3437;
}
</style>