Shades of Mahogany #C13F40
Tints of Mahogany #C13F40
RGB
CMYK
RGB Variations
Color information
#C13F40 (or 0xC13F40) is known color: Mahogany. HEX triplet: C1, 3F and 40. RGB value is (193,63,64). Sum of RGB (Red+Green+Blue) = 193+63+64=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F40 is #3EC0BF. Grayscale: #666666. Windows color (decimal): -4112576 or 4210625. OLE color: 4210625.
HSL color Cylindrical-coordinate representation of color #C13F40: hue angle of 359.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F40 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 64 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.24 |
| HSL | 359.54º | 0.51% | 0.5% | - |
| HSV(B) | 359.54º | 0.67% | 0.76% | - |
| XYZ | 24.7 | 15.26 | 6.49 | - |
| YUV | 101.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 64 | 0 | 0.67 | 0.67 | 0.24 | 359.54 | 0.51 | 0.5 |
| Hex | C1 | 3F | 40 | 0 | 43 | 43 | 18 | 168 | 33 | 32 |
| Octal | 301 | 77 | 100 | 0 | 103 | 103 | 30 | 550 | 63 | 62 |
| Binary | 11000001 | 111111 | 1000000 | 0 | 1000011 | 1000011 | 11000 | 101101000 | 110011 | 110010 |
Color Harmonies of #C13F40
Complementary color
Monochromatic Colors of #C13F40
Black with #C13F40
Text Example
Text Example
White with #C13F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F40; }
p { color: rgb(193,63,64); }
H1.HeaderClassName
{
color: #C13F40;
}
.AnyTagClassName
{
color: #C13F40;
}
</style>
background-color css
<style>
a { background-color: #C13F40; }
a { background-color: rgb(193,63,64); }
div.DivClassName
{
background-color: #C13F40;
}
.BgClassName
{
background-color: #C13F40;
}
</style>
border-color css
<style>
span { border-color: #C13F40; }
span { border-color: rgb(193,63,64); }
td.TdClassName
{
border-color: #C13F40;
}
.TagClassName
{
border-color: #C13F40;
}
</style>