Shades of Mahogany #C32728
Tints of Mahogany #C32728
RGB
CMYK
RGB Variations
Color information
#C32728 (or 0xC32728) is known color: Mahogany. HEX triplet: C3, 27 and 28. RGB value is (195,39,40). Sum of RGB (Red+Green+Blue) = 195+39+40=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C32728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32728 is #3CD8D7. Grayscale: #555555. Windows color (decimal): -3987672 or 2631619. OLE color: 2631619.
HSL color Cylindrical-coordinate representation of color #C32728: hue angle of 359.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32728 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 40 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.24 |
| HSL | 359.62º | 0.67% | 0.46% | - |
| HSV(B) | 359.62º | 0.8% | 0.76% | - |
| XYZ | 23.61 | 13.21 | 3.31 | - |
| YUV | 85.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 40 | 0 | 0.80 | 0.79 | 0.24 | 359.62 | 0.67 | 0.46 |
| Hex | C3 | 27 | 28 | 0 | 50 | 4F | 18 | 168 | 43 | 2E |
| Octal | 303 | 47 | 50 | 0 | 120 | 117 | 30 | 550 | 103 | 56 |
| Binary | 11000011 | 100111 | 101000 | 0 | 1010000 | 1001111 | 11000 | 101101000 | 1000011 | 101110 |
Color Harmonies of #C32728
Complementary color
Monochromatic Colors of #C32728
Black with #C32728
Text Example
Text Example
White with #C32728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32728; }
p { color: rgb(195,39,40); }
H1.HeaderClassName
{
color: #C32728;
}
.AnyTagClassName
{
color: #C32728;
}
</style>
background-color css
<style>
a { background-color: #C32728; }
a { background-color: rgb(195,39,40); }
div.DivClassName
{
background-color: #C32728;
}
.BgClassName
{
background-color: #C32728;
}
</style>
border-color css
<style>
span { border-color: #C32728; }
span { border-color: rgb(195,39,40); }
td.TdClassName
{
border-color: #C32728;
}
.TagClassName
{
border-color: #C32728;
}
</style>