Shades of Mahogany #CC2733
Tints of Mahogany #CC2733
RGB
CMYK
RGB Variations
Color information
#CC2733 (or 0xCC2733) is known color: Mahogany. HEX triplet: CC, 27 and 33. RGB value is (204,39,51). Sum of RGB (Red+Green+Blue) = 204+39+51=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2733 is #33D8CC. Grayscale: #595959. Windows color (decimal): -3397837 or 3352524. OLE color: 3352524.
HSL color Cylindrical-coordinate representation of color #CC2733: hue angle of 355.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 #CC2733 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 51 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.2 |
| HSL | 355.64º | 0.68% | 0.48% | - |
| HSV(B) | 355.64º | 0.81% | 0.8% | - |
| XYZ | 26.22 | 14.53 | 4.55 | - |
| YUV | 89.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 51 | 0 | 0.81 | 0.75 | 0.2 | 355.64 | 0.68 | 0.48 |
| Hex | CC | 27 | 33 | 0 | 51 | 4B | 14 | 164 | 44 | 30 |
| Octal | 314 | 47 | 63 | 0 | 121 | 113 | 24 | 544 | 104 | 60 |
| Binary | 11001100 | 100111 | 110011 | 0 | 1010001 | 1001011 | 10100 | 101100100 | 1000100 | 110000 |
Color Harmonies of #CC2733
Complementary color
Monochromatic Colors of #CC2733
Black with #CC2733
Text Example
Text Example
White with #CC2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2733; }
p { color: rgb(204,39,51); }
H1.HeaderClassName
{
color: #CC2733;
}
.AnyTagClassName
{
color: #CC2733;
}
</style>
background-color css
<style>
a { background-color: #CC2733; }
a { background-color: rgb(204,39,51); }
div.DivClassName
{
background-color: #CC2733;
}
.BgClassName
{
background-color: #CC2733;
}
</style>
border-color css
<style>
span { border-color: #CC2733; }
span { border-color: rgb(204,39,51); }
td.TdClassName
{
border-color: #CC2733;
}
.TagClassName
{
border-color: #CC2733;
}
</style>