Shades of Mahogany #C62B2D
Tints of Mahogany #C62B2D
RGB
CMYK
RGB Variations
Color information
#C62B2D (or 0xC62B2D) is known color: Mahogany. HEX triplet: C6, 2B and 2D. RGB value is (198,43,45). Sum of RGB (Red+Green+Blue) = 198+43+45=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B2D is #39D4D2. Grayscale: #595959. Windows color (decimal): -3790035 or 2960326. OLE color: 2960326.
HSL color Cylindrical-coordinate representation of color #C62B2D: hue angle of 359.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62B2D is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 45 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.22 |
| HSL | 359.23º | 0.64% | 0.47% | - |
| HSV(B) | 359.23º | 0.78% | 0.78% | - |
| XYZ | 24.63 | 13.92 | 3.87 | - |
| YUV | 89.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 45 | 0 | 0.78 | 0.77 | 0.22 | 359.23 | 0.64 | 0.47 |
| Hex | C6 | 2B | 2D | 0 | 4E | 4D | 16 | 167 | 40 | 2F |
| Octal | 306 | 53 | 55 | 0 | 116 | 115 | 26 | 547 | 100 | 57 |
| Binary | 11000110 | 101011 | 101101 | 0 | 1001110 | 1001101 | 10110 | 101100111 | 1000000 | 101111 |
Color Harmonies of #C62B2D
Complementary color
Monochromatic Colors of #C62B2D
Black with #C62B2D
Text Example
Text Example
White with #C62B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62B2D; }
p { color: rgb(198,43,45); }
H1.HeaderClassName
{
color: #C62B2D;
}
.AnyTagClassName
{
color: #C62B2D;
}
</style>
background-color css
<style>
a { background-color: #C62B2D; }
a { background-color: rgb(198,43,45); }
div.DivClassName
{
background-color: #C62B2D;
}
.BgClassName
{
background-color: #C62B2D;
}
</style>
border-color css
<style>
span { border-color: #C62B2D; }
span { border-color: rgb(198,43,45); }
td.TdClassName
{
border-color: #C62B2D;
}
.TagClassName
{
border-color: #C62B2D;
}
</style>