Shades of Mahogany #C32E33
Tints of Mahogany #C32E33
RGB
CMYK
RGB Variations
Color information
#C32E33 (or 0xC32E33) is known color: Mahogany. HEX triplet: C3, 2E and 33. RGB value is (195,46,51). Sum of RGB (Red+Green+Blue) = 195+46+51=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E33 is #3CD1CC. Grayscale: #5B5B5B. Windows color (decimal): -3985869 or 3354307. OLE color: 3354307.
HSL color Cylindrical-coordinate representation of color #C32E33: hue angle of 357.99º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E33 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 51 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.24 |
| HSL | 357.99º | 0.62% | 0.47% | - |
| HSV(B) | 357.99º | 0.76% | 0.76% | - |
| XYZ | 24.08 | 13.8 | 4.53 | - |
| YUV | 91.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 51 | 0 | 0.76 | 0.74 | 0.24 | 357.99 | 0.62 | 0.47 |
| Hex | C3 | 2E | 33 | 0 | 4C | 4A | 18 | 166 | 3E | 2F |
| Octal | 303 | 56 | 63 | 0 | 114 | 112 | 30 | 546 | 76 | 57 |
| Binary | 11000011 | 101110 | 110011 | 0 | 1001100 | 1001010 | 11000 | 101100110 | 111110 | 101111 |
Color Harmonies of #C32E33
Complementary color
Monochromatic Colors of #C32E33
Black with #C32E33
Text Example
Text Example
White with #C32E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E33; }
p { color: rgb(195,46,51); }
H1.HeaderClassName
{
color: #C32E33;
}
.AnyTagClassName
{
color: #C32E33;
}
</style>
background-color css
<style>
a { background-color: #C32E33; }
a { background-color: rgb(195,46,51); }
div.DivClassName
{
background-color: #C32E33;
}
.BgClassName
{
background-color: #C32E33;
}
</style>
border-color css
<style>
span { border-color: #C32E33; }
span { border-color: rgb(195,46,51); }
td.TdClassName
{
border-color: #C32E33;
}
.TagClassName
{
border-color: #C32E33;
}
</style>