Shades of Mahogany #C12627
Tints of Mahogany #C12627
RGB
CMYK
RGB Variations
Color information
#C12627 (or 0xC12627) is known color: Mahogany. HEX triplet: C1, 26 and 27. RGB value is (193,38,39). Sum of RGB (Red+Green+Blue) = 193+38+39=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C12627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12627 is #3ED9D8. Grayscale: #545454. Windows color (decimal): -4119001 or 2565825. OLE color: 2565825.
HSL color Cylindrical-coordinate representation of color #C12627: hue angle of 359.61º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12627 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 39 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.24 |
| HSL | 359.61º | 0.67% | 0.45% | - |
| HSV(B) | 359.61º | 0.8% | 0.76% | - |
| XYZ | 23.05 | 12.87 | 3.19 | - |
| YUV | 84.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 39 | 0 | 0.80 | 0.80 | 0.24 | 359.61 | 0.67 | 0.45 |
| Hex | C1 | 26 | 27 | 0 | 50 | 50 | 18 | 168 | 43 | 2D |
| Octal | 301 | 46 | 47 | 0 | 120 | 120 | 30 | 550 | 103 | 55 |
| Binary | 11000001 | 100110 | 100111 | 0 | 1010000 | 1010000 | 11000 | 101101000 | 1000011 | 101101 |
Color Harmonies of #C12627
Complementary color
Monochromatic Colors of #C12627
Black with #C12627
Text Example
Text Example
White with #C12627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12627; }
p { color: rgb(193,38,39); }
H1.HeaderClassName
{
color: #C12627;
}
.AnyTagClassName
{
color: #C12627;
}
</style>
background-color css
<style>
a { background-color: #C12627; }
a { background-color: rgb(193,38,39); }
div.DivClassName
{
background-color: #C12627;
}
.BgClassName
{
background-color: #C12627;
}
</style>
border-color css
<style>
span { border-color: #C12627; }
span { border-color: rgb(193,38,39); }
td.TdClassName
{
border-color: #C12627;
}
.TagClassName
{
border-color: #C12627;
}
</style>