Shades of Mahogany #CC3334
Tints of Mahogany #CC3334
RGB
CMYK
RGB Variations
Color information
#CC3334 (or 0xCC3334) is known color: Mahogany. HEX triplet: CC, 33 and 34. RGB value is (204,51,52). Sum of RGB (Red+Green+Blue) = 204+51+52=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3334 is #33CCCB. Grayscale: #616161. Windows color (decimal): -3394764 or 3421132. OLE color: 3421132.
HSL color Cylindrical-coordinate representation of color #CC3334: hue angle of 359.61º 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 #CC3334 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 52 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.2 |
| HSL | 359.61º | 0.6% | 0.5% | - |
| HSV(B) | 359.61º | 0.75% | 0.8% | - |
| XYZ | 26.71 | 15.45 | 4.82 | - |
| YUV | 96.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 52 | 0 | 0.75 | 0.75 | 0.2 | 359.61 | 0.6 | 0.5 |
| Hex | CC | 33 | 34 | 0 | 4B | 4B | 14 | 168 | 3C | 32 |
| Octal | 314 | 63 | 64 | 0 | 113 | 113 | 24 | 550 | 74 | 62 |
| Binary | 11001100 | 110011 | 110100 | 0 | 1001011 | 1001011 | 10100 | 101101000 | 111100 | 110010 |
Color Harmonies of #CC3334
Complementary color
Monochromatic Colors of #CC3334
Black with #CC3334
Text Example
Text Example
White with #CC3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3334; }
p { color: rgb(204,51,52); }
H1.HeaderClassName
{
color: #CC3334;
}
.AnyTagClassName
{
color: #CC3334;
}
</style>
background-color css
<style>
a { background-color: #CC3334; }
a { background-color: rgb(204,51,52); }
div.DivClassName
{
background-color: #CC3334;
}
.BgClassName
{
background-color: #CC3334;
}
</style>
border-color css
<style>
span { border-color: #CC3334; }
span { border-color: rgb(204,51,52); }
td.TdClassName
{
border-color: #CC3334;
}
.TagClassName
{
border-color: #CC3334;
}
</style>