Shades of Mahogany #CC272A
Tints of Mahogany #CC272A
RGB
CMYK
RGB Variations
Color information
#CC272A (or 0xCC272A) is known color: Mahogany. HEX triplet: CC, 27 and 2A. RGB value is (204,39,42). Sum of RGB (Red+Green+Blue) = 204+39+42=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC272A is #33D8D5. Grayscale: #585858. Windows color (decimal): -3397846 or 2762700. OLE color: 2762700.
HSL color Cylindrical-coordinate representation of color #CC272A: hue angle of 358.91º 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 #CC272A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 42 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.2 |
| HSL | 358.91º | 0.68% | 0.48% | - |
| HSV(B) | 358.91º | 0.81% | 0.8% | - |
| XYZ | 26.05 | 14.46 | 3.61 | - |
| YUV | 88.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 42 | 0 | 0.81 | 0.79 | 0.2 | 358.91 | 0.68 | 0.48 |
| Hex | CC | 27 | 2A | 0 | 51 | 4F | 14 | 167 | 44 | 30 |
| Octal | 314 | 47 | 52 | 0 | 121 | 117 | 24 | 547 | 104 | 60 |
| Binary | 11001100 | 100111 | 101010 | 0 | 1010001 | 1001111 | 10100 | 101100111 | 1000100 | 110000 |
Color Harmonies of #CC272A
Complementary color
Monochromatic Colors of #CC272A
Black with #CC272A
Text Example
Text Example
White with #CC272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC272A; }
p { color: rgb(204,39,42); }
H1.HeaderClassName
{
color: #CC272A;
}
.AnyTagClassName
{
color: #CC272A;
}
</style>
background-color css
<style>
a { background-color: #CC272A; }
a { background-color: rgb(204,39,42); }
div.DivClassName
{
background-color: #CC272A;
}
.BgClassName
{
background-color: #CC272A;
}
</style>
border-color css
<style>
span { border-color: #CC272A; }
span { border-color: rgb(204,39,42); }
td.TdClassName
{
border-color: #CC272A;
}
.TagClassName
{
border-color: #CC272A;
}
</style>