Shades of Mahogany #C32F34
Tints of Mahogany #C32F34
RGB
CMYK
RGB Variations
Color information
#C32F34 (or 0xC32F34) is known color: Mahogany. HEX triplet: C3, 2F and 34. RGB value is (195,47,52). Sum of RGB (Red+Green+Blue) = 195+47+52=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F34 is #3CD0CB. Grayscale: #5B5B5B. Windows color (decimal): -3985612 or 3420099. OLE color: 3420099.
HSL color Cylindrical-coordinate representation of color #C32F34: hue angle of 357.97º degrees, saturation: 0.61, 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 #C32F34 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 52 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.24 |
| HSL | 357.97º | 0.61% | 0.47% | - |
| HSV(B) | 357.97º | 0.76% | 0.76% | - |
| XYZ | 24.14 | 13.88 | 4.66 | - |
| YUV | 91.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 52 | 0 | 0.76 | 0.73 | 0.24 | 357.97 | 0.61 | 0.47 |
| Hex | C3 | 2F | 34 | 0 | 4C | 49 | 18 | 166 | 3D | 2F |
| Octal | 303 | 57 | 64 | 0 | 114 | 111 | 30 | 546 | 75 | 57 |
| Binary | 11000011 | 101111 | 110100 | 0 | 1001100 | 1001001 | 11000 | 101100110 | 111101 | 101111 |
Color Harmonies of #C32F34
Complementary color
Monochromatic Colors of #C32F34
Black with #C32F34
Text Example
Text Example
White with #C32F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F34; }
p { color: rgb(195,47,52); }
H1.HeaderClassName
{
color: #C32F34;
}
.AnyTagClassName
{
color: #C32F34;
}
</style>
background-color css
<style>
a { background-color: #C32F34; }
a { background-color: rgb(195,47,52); }
div.DivClassName
{
background-color: #C32F34;
}
.BgClassName
{
background-color: #C32F34;
}
</style>
border-color css
<style>
span { border-color: #C32F34; }
span { border-color: rgb(195,47,52); }
td.TdClassName
{
border-color: #C32F34;
}
.TagClassName
{
border-color: #C32F34;
}
</style>