Shades of Mahogany #C23134
Tints of Mahogany #C23134
RGB
CMYK
RGB Variations
Color information
#C23134 (or 0xC23134) is known color: Mahogany. HEX triplet: C2, 31 and 34. RGB value is (194,49,52). Sum of RGB (Red+Green+Blue) = 194+49+52=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C23134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23134 is #3DCECB. Grayscale: #5C5C5C. Windows color (decimal): -4050636 or 3420610. OLE color: 3420610.
HSL color Cylindrical-coordinate representation of color #C23134: hue angle of 358.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23134 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 52 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.24 |
| HSL | 358.76º | 0.6% | 0.48% | - |
| HSV(B) | 358.76º | 0.75% | 0.76% | - |
| XYZ | 23.97 | 13.91 | 4.67 | - |
| YUV | 92.7 | 105.04 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 52 | 0 | 0.75 | 0.73 | 0.24 | 358.76 | 0.6 | 0.48 |
| Hex | C2 | 31 | 34 | 0 | 4B | 49 | 18 | 167 | 3C | 30 |
| Octal | 302 | 61 | 64 | 0 | 113 | 111 | 30 | 547 | 74 | 60 |
| Binary | 11000010 | 110001 | 110100 | 0 | 1001011 | 1001001 | 11000 | 101100111 | 111100 | 110000 |
Color Harmonies of #C23134
Complementary color
Monochromatic Colors of #C23134
Black with #C23134
Text Example
Text Example
White with #C23134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23134; }
p { color: rgb(194,49,52); }
H1.HeaderClassName
{
color: #C23134;
}
.AnyTagClassName
{
color: #C23134;
}
</style>
background-color css
<style>
a { background-color: #C23134; }
a { background-color: rgb(194,49,52); }
div.DivClassName
{
background-color: #C23134;
}
.BgClassName
{
background-color: #C23134;
}
</style>
border-color css
<style>
span { border-color: #C23134; }
span { border-color: rgb(194,49,52); }
td.TdClassName
{
border-color: #C23134;
}
.TagClassName
{
border-color: #C23134;
}
</style>