Shades of Mahogany #C62F32
Tints of Mahogany #C62F32
RGB
CMYK
RGB Variations
Color information
#C62F32 (or 0xC62F32) is known color: Mahogany. HEX triplet: C6, 2F and 32. RGB value is (198,47,50). Sum of RGB (Red+Green+Blue) = 198+47+50=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F32 is #39D0CD. Grayscale: #5C5C5C. Windows color (decimal): -3789006 or 3289030. OLE color: 3289030.
HSL color Cylindrical-coordinate representation of color #C62F32: hue angle of 358.81º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62F32 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 50 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.22 |
| HSL | 358.81º | 0.62% | 0.48% | - |
| HSV(B) | 358.81º | 0.76% | 0.78% | - |
| XYZ | 24.88 | 14.27 | 4.46 | - |
| YUV | 92.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 50 | 0 | 0.76 | 0.75 | 0.22 | 358.81 | 0.62 | 0.48 |
| Hex | C6 | 2F | 32 | 0 | 4C | 4B | 16 | 167 | 3E | 30 |
| Octal | 306 | 57 | 62 | 0 | 114 | 113 | 26 | 547 | 76 | 60 |
| Binary | 11000110 | 101111 | 110010 | 0 | 1001100 | 1001011 | 10110 | 101100111 | 111110 | 110000 |
Color Harmonies of #C62F32
Complementary color
Monochromatic Colors of #C62F32
Black with #C62F32
Text Example
Text Example
White with #C62F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F32; }
p { color: rgb(198,47,50); }
H1.HeaderClassName
{
color: #C62F32;
}
.AnyTagClassName
{
color: #C62F32;
}
</style>
background-color css
<style>
a { background-color: #C62F32; }
a { background-color: rgb(198,47,50); }
div.DivClassName
{
background-color: #C62F32;
}
.BgClassName
{
background-color: #C62F32;
}
</style>
border-color css
<style>
span { border-color: #C62F32; }
span { border-color: rgb(198,47,50); }
td.TdClassName
{
border-color: #C62F32;
}
.TagClassName
{
border-color: #C62F32;
}
</style>