Shades of Mahogany #C32F32
Tints of Mahogany #C32F32
RGB
CMYK
RGB Variations
Color information
#C32F32 (or 0xC32F32) is known color: Mahogany. HEX triplet: C3, 2F and 32. RGB value is (195,47,50). Sum of RGB (Red+Green+Blue) = 195+47+50=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F32 is #3CD0CD. Grayscale: #5B5B5B. Windows color (decimal): -3985614 or 3289027. OLE color: 3289027.
HSL color Cylindrical-coordinate representation of color #C32F32: hue angle of 358.78º 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 #C32F32 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 50 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.24 |
| HSL | 358.78º | 0.61% | 0.47% | - |
| HSV(B) | 358.78º | 0.76% | 0.76% | - |
| XYZ | 24.1 | 13.87 | 4.42 | - |
| YUV | 91.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 50 | 0 | 0.76 | 0.74 | 0.24 | 358.78 | 0.61 | 0.47 |
| Hex | C3 | 2F | 32 | 0 | 4C | 4A | 18 | 167 | 3D | 2F |
| Octal | 303 | 57 | 62 | 0 | 114 | 112 | 30 | 547 | 75 | 57 |
| Binary | 11000011 | 101111 | 110010 | 0 | 1001100 | 1001010 | 11000 | 101100111 | 111101 | 101111 |
Color Harmonies of #C32F32
Complementary color
Monochromatic Colors of #C32F32
Black with #C32F32
Text Example
Text Example
White with #C32F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F32; }
p { color: rgb(195,47,50); }
H1.HeaderClassName
{
color: #C32F32;
}
.AnyTagClassName
{
color: #C32F32;
}
</style>
background-color css
<style>
a { background-color: #C32F32; }
a { background-color: rgb(195,47,50); }
div.DivClassName
{
background-color: #C32F32;
}
.BgClassName
{
background-color: #C32F32;
}
</style>
border-color css
<style>
span { border-color: #C32F32; }
span { border-color: rgb(195,47,50); }
td.TdClassName
{
border-color: #C32F32;
}
.TagClassName
{
border-color: #C32F32;
}
</style>