Shades of Mahogany #C6252A
Tints of Mahogany #C6252A
RGB
CMYK
RGB Variations
Color information
#C6252A (or 0xC6252A) is known color: Mahogany. HEX triplet: C6, 25 and 2A. RGB value is (198,37,42). Sum of RGB (Red+Green+Blue) = 198+37+42=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6252A is #39DAD5. Grayscale: #555555. Windows color (decimal): -3791574 or 2762182. OLE color: 2762182.
HSL color Cylindrical-coordinate representation of color #C6252A: hue angle of 358.14º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6252A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 42 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.22 |
| HSL | 358.14º | 0.69% | 0.46% | - |
| HSV(B) | 358.14º | 0.81% | 0.78% | - |
| XYZ | 24.37 | 13.5 | 3.51 | - |
| YUV | 85.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 42 | 0 | 0.81 | 0.79 | 0.22 | 358.14 | 0.69 | 0.46 |
| Hex | C6 | 25 | 2A | 0 | 51 | 4F | 16 | 166 | 45 | 2E |
| Octal | 306 | 45 | 52 | 0 | 121 | 117 | 26 | 546 | 105 | 56 |
| Binary | 11000110 | 100101 | 101010 | 0 | 1010001 | 1001111 | 10110 | 101100110 | 1000101 | 101110 |
Color Harmonies of #C6252A
Complementary color
Monochromatic Colors of #C6252A
Black with #C6252A
Text Example
Text Example
White with #C6252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6252A; }
p { color: rgb(198,37,42); }
H1.HeaderClassName
{
color: #C6252A;
}
.AnyTagClassName
{
color: #C6252A;
}
</style>
background-color css
<style>
a { background-color: #C6252A; }
a { background-color: rgb(198,37,42); }
div.DivClassName
{
background-color: #C6252A;
}
.BgClassName
{
background-color: #C6252A;
}
</style>
border-color css
<style>
span { border-color: #C6252A; }
span { border-color: rgb(198,37,42); }
td.TdClassName
{
border-color: #C6252A;
}
.TagClassName
{
border-color: #C6252A;
}
</style>