Shades of Mahogany #C62629
Tints of Mahogany #C62629
RGB
CMYK
RGB Variations
Color information
#C62629 (or 0xC62629) is known color: Mahogany. HEX triplet: C6, 26 and 29. RGB value is (198,38,41). Sum of RGB (Red+Green+Blue) = 198+38+41=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C62629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62629 is #39D9D6. Grayscale: #565656. Windows color (decimal): -3791319 or 2696902. OLE color: 2696902.
HSL color Cylindrical-coordinate representation of color #C62629: hue angle of 358.88º degrees, saturation: 0.68, 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 #C62629 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 41 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.22 |
| HSL | 358.88º | 0.68% | 0.46% | - |
| HSV(B) | 358.88º | 0.81% | 0.78% | - |
| XYZ | 24.38 | 13.55 | 3.43 | - |
| YUV | 86.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 41 | 0 | 0.81 | 0.79 | 0.22 | 358.88 | 0.68 | 0.46 |
| Hex | C6 | 26 | 29 | 0 | 51 | 4F | 16 | 167 | 44 | 2E |
| Octal | 306 | 46 | 51 | 0 | 121 | 117 | 26 | 547 | 104 | 56 |
| Binary | 11000110 | 100110 | 101001 | 0 | 1010001 | 1001111 | 10110 | 101100111 | 1000100 | 101110 |
Color Harmonies of #C62629
Complementary color
Monochromatic Colors of #C62629
Black with #C62629
Text Example
Text Example
White with #C62629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62629; }
p { color: rgb(198,38,41); }
H1.HeaderClassName
{
color: #C62629;
}
.AnyTagClassName
{
color: #C62629;
}
</style>
background-color css
<style>
a { background-color: #C62629; }
a { background-color: rgb(198,38,41); }
div.DivClassName
{
background-color: #C62629;
}
.BgClassName
{
background-color: #C62629;
}
</style>
border-color css
<style>
span { border-color: #C62629; }
span { border-color: rgb(198,38,41); }
td.TdClassName
{
border-color: #C62629;
}
.TagClassName
{
border-color: #C62629;
}
</style>