Shades of Mahogany #CC292B
Tints of Mahogany #CC292B
RGB
CMYK
RGB Variations
Color information
#CC292B (or 0xCC292B) is known color: Mahogany. HEX triplet: CC, 29 and 2B. RGB value is (204,41,43). Sum of RGB (Red+Green+Blue) = 204+41+43=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC292B is #33D6D4. Grayscale: #5A5A5A. Windows color (decimal): -3397333 or 2828748. OLE color: 2828748.
HSL color Cylindrical-coordinate representation of color #CC292B: hue angle of 359.26º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC292B is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 43 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.2 |
| HSL | 359.26º | 0.67% | 0.48% | - |
| HSV(B) | 359.26º | 0.8% | 0.8% | - |
| XYZ | 26.13 | 14.6 | 3.73 | - |
| YUV | 89.97 | 101.5 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 43 | 0 | 0.80 | 0.79 | 0.2 | 359.26 | 0.67 | 0.48 |
| Hex | CC | 29 | 2B | 0 | 50 | 4F | 14 | 167 | 43 | 30 |
| Octal | 314 | 51 | 53 | 0 | 120 | 117 | 24 | 547 | 103 | 60 |
| Binary | 11001100 | 101001 | 101011 | 0 | 1010000 | 1001111 | 10100 | 101100111 | 1000011 | 110000 |
Color Harmonies of #CC292B
Complementary color
Monochromatic Colors of #CC292B
Black with #CC292B
Text Example
Text Example
White with #CC292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC292B; }
p { color: rgb(204,41,43); }
H1.HeaderClassName
{
color: #CC292B;
}
.AnyTagClassName
{
color: #CC292B;
}
</style>
background-color css
<style>
a { background-color: #CC292B; }
a { background-color: rgb(204,41,43); }
div.DivClassName
{
background-color: #CC292B;
}
.BgClassName
{
background-color: #CC292B;
}
</style>
border-color css
<style>
span { border-color: #CC292B; }
span { border-color: rgb(204,41,43); }
td.TdClassName
{
border-color: #CC292B;
}
.TagClassName
{
border-color: #CC292B;
}
</style>