Shades of Mahogany #CC3339
Tints of Mahogany #CC3339
RGB
CMYK
RGB Variations
Color information
#CC3339 (or 0xCC3339) is known color: Mahogany. HEX triplet: CC, 33 and 39. RGB value is (204,51,57). Sum of RGB (Red+Green+Blue) = 204+51+57=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3339 is #33CCC6. Grayscale: #616161. Windows color (decimal): -3394759 or 3748812. OLE color: 3748812.
HSL color Cylindrical-coordinate representation of color #CC3339: hue angle of 357.65º 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 #CC3339 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 57 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.2 |
| HSL | 357.65º | 0.6% | 0.5% | - |
| HSV(B) | 357.65º | 0.75% | 0.8% | - |
| XYZ | 26.82 | 15.5 | 5.45 | - |
| YUV | 97.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 57 | 0 | 0.75 | 0.72 | 0.2 | 357.65 | 0.6 | 0.5 |
| Hex | CC | 33 | 39 | 0 | 4B | 48 | 14 | 166 | 3C | 32 |
| Octal | 314 | 63 | 71 | 0 | 113 | 110 | 24 | 546 | 74 | 62 |
| Binary | 11001100 | 110011 | 111001 | 0 | 1001011 | 1001000 | 10100 | 101100110 | 111100 | 110010 |
Color Harmonies of #CC3339
Complementary color
Monochromatic Colors of #CC3339
Black with #CC3339
Text Example
Text Example
White with #CC3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3339; }
p { color: rgb(204,51,57); }
H1.HeaderClassName
{
color: #CC3339;
}
.AnyTagClassName
{
color: #CC3339;
}
</style>
background-color css
<style>
a { background-color: #CC3339; }
a { background-color: rgb(204,51,57); }
div.DivClassName
{
background-color: #CC3339;
}
.BgClassName
{
background-color: #CC3339;
}
</style>
border-color css
<style>
span { border-color: #CC3339; }
span { border-color: rgb(204,51,57); }
td.TdClassName
{
border-color: #CC3339;
}
.TagClassName
{
border-color: #CC3339;
}
</style>