Shades of Mahogany #C32628
Tints of Mahogany #C32628
RGB
CMYK
RGB Variations
Color information
#C32628 (or 0xC32628) is known color: Mahogany. HEX triplet: C3, 26 and 28. RGB value is (195,38,40). Sum of RGB (Red+Green+Blue) = 195+38+40=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C32628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32628 is #3CD9D7. Grayscale: #555555. Windows color (decimal): -3987928 or 2631363. OLE color: 2631363.
HSL color Cylindrical-coordinate representation of color #C32628: hue angle of 359.24º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32628 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 40 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.24 |
| HSL | 359.24º | 0.67% | 0.46% | - |
| HSV(B) | 359.24º | 0.81% | 0.76% | - |
| XYZ | 23.58 | 13.14 | 3.3 | - |
| YUV | 85.17 | 102.51 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 40 | 0 | 0.81 | 0.79 | 0.24 | 359.24 | 0.67 | 0.46 |
| Hex | C3 | 26 | 28 | 0 | 51 | 4F | 18 | 167 | 43 | 2E |
| Octal | 303 | 46 | 50 | 0 | 121 | 117 | 30 | 547 | 103 | 56 |
| Binary | 11000011 | 100110 | 101000 | 0 | 1010001 | 1001111 | 11000 | 101100111 | 1000011 | 101110 |
Color Harmonies of #C32628
Complementary color
Monochromatic Colors of #C32628
Black with #C32628
Text Example
Text Example
White with #C32628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32628; }
p { color: rgb(195,38,40); }
H1.HeaderClassName
{
color: #C32628;
}
.AnyTagClassName
{
color: #C32628;
}
</style>
background-color css
<style>
a { background-color: #C32628; }
a { background-color: rgb(195,38,40); }
div.DivClassName
{
background-color: #C32628;
}
.BgClassName
{
background-color: #C32628;
}
</style>
border-color css
<style>
span { border-color: #C32628; }
span { border-color: rgb(195,38,40); }
td.TdClassName
{
border-color: #C32628;
}
.TagClassName
{
border-color: #C32628;
}
</style>