Shades of Mahogany #C0363D
Tints of Mahogany #C0363D
RGB
CMYK
RGB Variations
Color information
#C0363D (or 0xC0363D) is known color: Mahogany. HEX triplet: C0, 36 and 3D. RGB value is (192,54,61). Sum of RGB (Red+Green+Blue) = 192+54+61=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0363D is #3FC9C2. Grayscale: #606060. Windows color (decimal): -4180419 or 4011712. OLE color: 4011712.
HSL color Cylindrical-coordinate representation of color #C0363D: hue angle of 356.96º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0363D is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 61 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.25 |
| HSL | 356.96º | 0.56% | 0.48% | - |
| HSV(B) | 356.96º | 0.72% | 0.75% | - |
| XYZ | 23.9 | 14.18 | 5.89 | - |
| YUV | 96.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 61 | 0 | 0.72 | 0.68 | 0.25 | 356.96 | 0.56 | 0.48 |
| Hex | C0 | 36 | 3D | 0 | 48 | 44 | 19 | 165 | 38 | 30 |
| Octal | 300 | 66 | 75 | 0 | 110 | 104 | 31 | 545 | 70 | 60 |
| Binary | 11000000 | 110110 | 111101 | 0 | 1001000 | 1000100 | 11001 | 101100101 | 111000 | 110000 |
Color Harmonies of #C0363D
Complementary color
Monochromatic Colors of #C0363D
Black with #C0363D
Text Example
Text Example
White with #C0363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0363D; }
p { color: rgb(192,54,61); }
H1.HeaderClassName
{
color: #C0363D;
}
.AnyTagClassName
{
color: #C0363D;
}
</style>
background-color css
<style>
a { background-color: #C0363D; }
a { background-color: rgb(192,54,61); }
div.DivClassName
{
background-color: #C0363D;
}
.BgClassName
{
background-color: #C0363D;
}
</style>
border-color css
<style>
span { border-color: #C0363D; }
span { border-color: rgb(192,54,61); }
td.TdClassName
{
border-color: #C0363D;
}
.TagClassName
{
border-color: #C0363D;
}
</style>