Shades of Mahogany #C42D33
Tints of Mahogany #C42D33
RGB
CMYK
RGB Variations
Color information
#C42D33 (or 0xC42D33) is known color: Mahogany. HEX triplet: C4, 2D and 33. RGB value is (196,45,51). Sum of RGB (Red+Green+Blue) = 196+45+51=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D33 is #3BD2CC. Grayscale: #5A5A5A. Windows color (decimal): -3920589 or 3354052. OLE color: 3354052.
HSL color Cylindrical-coordinate representation of color #C42D33: hue angle of 357.62º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D33 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 51 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.23 |
| HSL | 357.62º | 0.63% | 0.47% | - |
| HSV(B) | 357.62º | 0.77% | 0.77% | - |
| XYZ | 24.3 | 13.85 | 4.52 | - |
| YUV | 90.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 51 | 0 | 0.77 | 0.74 | 0.23 | 357.62 | 0.63 | 0.47 |
| Hex | C4 | 2D | 33 | 0 | 4D | 4A | 17 | 166 | 3F | 2F |
| Octal | 304 | 55 | 63 | 0 | 115 | 112 | 27 | 546 | 77 | 57 |
| Binary | 11000100 | 101101 | 110011 | 0 | 1001101 | 1001010 | 10111 | 101100110 | 111111 | 101111 |
Color Harmonies of #C42D33
Complementary color
Monochromatic Colors of #C42D33
Black with #C42D33
Text Example
Text Example
White with #C42D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D33; }
p { color: rgb(196,45,51); }
H1.HeaderClassName
{
color: #C42D33;
}
.AnyTagClassName
{
color: #C42D33;
}
</style>
background-color css
<style>
a { background-color: #C42D33; }
a { background-color: rgb(196,45,51); }
div.DivClassName
{
background-color: #C42D33;
}
.BgClassName
{
background-color: #C42D33;
}
</style>
border-color css
<style>
span { border-color: #C42D33; }
span { border-color: rgb(196,45,51); }
td.TdClassName
{
border-color: #C42D33;
}
.TagClassName
{
border-color: #C42D33;
}
</style>