Shades of Mahogany #C0383D
Tints of Mahogany #C0383D
RGB
CMYK
RGB Variations
Color information
#C0383D (or 0xC0383D) is known color: Mahogany. HEX triplet: C0, 38 and 3D. RGB value is (192,56,61). Sum of RGB (Red+Green+Blue) = 192+56+61=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0383D is #3FC7C2. Grayscale: #616161. Windows color (decimal): -4179907 or 4012224. OLE color: 4012224.
HSL color Cylindrical-coordinate representation of color #C0383D: hue angle of 357.79º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0383D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 61 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.25 |
| HSL | 357.79º | 0.55% | 0.49% | - |
| HSV(B) | 357.79º | 0.71% | 0.75% | - |
| XYZ | 23.99 | 14.37 | 5.92 | - |
| YUV | 97.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 61 | 0 | 0.71 | 0.68 | 0.25 | 357.79 | 0.55 | 0.49 |
| Hex | C0 | 38 | 3D | 0 | 47 | 44 | 19 | 166 | 37 | 31 |
| Octal | 300 | 70 | 75 | 0 | 107 | 104 | 31 | 546 | 67 | 61 |
| Binary | 11000000 | 111000 | 111101 | 0 | 1000111 | 1000100 | 11001 | 101100110 | 110111 | 110001 |
Color Harmonies of #C0383D
Complementary color
Monochromatic Colors of #C0383D
Black with #C0383D
Text Example
Text Example
White with #C0383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0383D; }
p { color: rgb(192,56,61); }
H1.HeaderClassName
{
color: #C0383D;
}
.AnyTagClassName
{
color: #C0383D;
}
</style>
background-color css
<style>
a { background-color: #C0383D; }
a { background-color: rgb(192,56,61); }
div.DivClassName
{
background-color: #C0383D;
}
.BgClassName
{
background-color: #C0383D;
}
</style>
border-color css
<style>
span { border-color: #C0383D; }
span { border-color: rgb(192,56,61); }
td.TdClassName
{
border-color: #C0383D;
}
.TagClassName
{
border-color: #C0383D;
}
</style>