Shades of Mahogany #C62F31
Tints of Mahogany #C62F31
RGB
CMYK
RGB Variations
Color information
#C62F31 (or 0xC62F31) is known color: Mahogany. HEX triplet: C6, 2F and 31. RGB value is (198,47,49). Sum of RGB (Red+Green+Blue) = 198+47+49=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F31 is #39D0CE. Grayscale: #5C5C5C. Windows color (decimal): -3789007 or 3223494. OLE color: 3223494.
HSL color Cylindrical-coordinate representation of color #C62F31: hue angle of 359.21º 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 #C62F31 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 49 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.22 |
| HSL | 359.21º | 0.62% | 0.48% | - |
| HSV(B) | 359.21º | 0.76% | 0.78% | - |
| XYZ | 24.86 | 14.26 | 4.35 | - |
| YUV | 92.38 | 103.53 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 49 | 0 | 0.76 | 0.75 | 0.22 | 359.21 | 0.62 | 0.48 |
| Hex | C6 | 2F | 31 | 0 | 4C | 4B | 16 | 167 | 3E | 30 |
| Octal | 306 | 57 | 61 | 0 | 114 | 113 | 26 | 547 | 76 | 60 |
| Binary | 11000110 | 101111 | 110001 | 0 | 1001100 | 1001011 | 10110 | 101100111 | 111110 | 110000 |
Color Harmonies of #C62F31
Complementary color
Monochromatic Colors of #C62F31
Black with #C62F31
Text Example
Text Example
White with #C62F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F31; }
p { color: rgb(198,47,49); }
H1.HeaderClassName
{
color: #C62F31;
}
.AnyTagClassName
{
color: #C62F31;
}
</style>
background-color css
<style>
a { background-color: #C62F31; }
a { background-color: rgb(198,47,49); }
div.DivClassName
{
background-color: #C62F31;
}
.BgClassName
{
background-color: #C62F31;
}
</style>
border-color css
<style>
span { border-color: #C62F31; }
span { border-color: rgb(198,47,49); }
td.TdClassName
{
border-color: #C62F31;
}
.TagClassName
{
border-color: #C62F31;
}
</style>