Shades of Mahogany #C63438
Tints of Mahogany #C63438
RGB
CMYK
RGB Variations
Color information
#C63438 (or 0xC63438) is known color: Mahogany. HEX triplet: C6, 34 and 38. RGB value is (198,52,56). Sum of RGB (Red+Green+Blue) = 198+52+56=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C63438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63438 is #39CBC7. Grayscale: #606060. Windows color (decimal): -3787720 or 3683526. OLE color: 3683526.
HSL color Cylindrical-coordinate representation of color #C63438: hue angle of 358.36º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63438 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 56 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.22 |
| HSL | 358.36º | 0.58% | 0.49% | - |
| HSV(B) | 358.36º | 0.74% | 0.78% | - |
| XYZ | 25.23 | 14.75 | 5.26 | - |
| YUV | 96.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 56 | 0 | 0.74 | 0.72 | 0.22 | 358.36 | 0.58 | 0.49 |
| Hex | C6 | 34 | 38 | 0 | 4A | 48 | 16 | 166 | 3A | 31 |
| Octal | 306 | 64 | 70 | 0 | 112 | 110 | 26 | 546 | 72 | 61 |
| Binary | 11000110 | 110100 | 111000 | 0 | 1001010 | 1001000 | 10110 | 101100110 | 111010 | 110001 |
Color Harmonies of #C63438
Complementary color
Monochromatic Colors of #C63438
Black with #C63438
Text Example
Text Example
White with #C63438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63438; }
p { color: rgb(198,52,56); }
H1.HeaderClassName
{
color: #C63438;
}
.AnyTagClassName
{
color: #C63438;
}
</style>
background-color css
<style>
a { background-color: #C63438; }
a { background-color: rgb(198,52,56); }
div.DivClassName
{
background-color: #C63438;
}
.BgClassName
{
background-color: #C63438;
}
</style>
border-color css
<style>
span { border-color: #C63438; }
span { border-color: rgb(198,52,56); }
td.TdClassName
{
border-color: #C63438;
}
.TagClassName
{
border-color: #C63438;
}
</style>