Shades of Mahogany #C62728
Tints of Mahogany #C62728
RGB
CMYK
RGB Variations
Color information
#C62728 (or 0xC62728) is known color: Mahogany. HEX triplet: C6, 27 and 28. RGB value is (198,39,40). Sum of RGB (Red+Green+Blue) = 198+39+40=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C62728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62728 is #39D8D7. Grayscale: #565656. Windows color (decimal): -3791064 or 2631622. OLE color: 2631622.
HSL color Cylindrical-coordinate representation of color #C62728: hue angle of 359.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62728 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 40 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.22 |
| HSL | 359.62º | 0.67% | 0.46% | - |
| HSV(B) | 359.62º | 0.8% | 0.78% | - |
| XYZ | 24.4 | 13.61 | 3.35 | - |
| YUV | 86.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 40 | 0 | 0.80 | 0.80 | 0.22 | 359.62 | 0.67 | 0.46 |
| Hex | C6 | 27 | 28 | 0 | 50 | 50 | 16 | 168 | 43 | 2E |
| Octal | 306 | 47 | 50 | 0 | 120 | 120 | 26 | 550 | 103 | 56 |
| Binary | 11000110 | 100111 | 101000 | 0 | 1010000 | 1010000 | 10110 | 101101000 | 1000011 | 101110 |
Color Harmonies of #C62728
Complementary color
Monochromatic Colors of #C62728
Black with #C62728
Text Example
Text Example
White with #C62728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62728; }
p { color: rgb(198,39,40); }
H1.HeaderClassName
{
color: #C62728;
}
.AnyTagClassName
{
color: #C62728;
}
</style>
background-color css
<style>
a { background-color: #C62728; }
a { background-color: rgb(198,39,40); }
div.DivClassName
{
background-color: #C62728;
}
.BgClassName
{
background-color: #C62728;
}
</style>
border-color css
<style>
span { border-color: #C62728; }
span { border-color: rgb(198,39,40); }
td.TdClassName
{
border-color: #C62728;
}
.TagClassName
{
border-color: #C62728;
}
</style>