Shades of Mahogany #C4383D
Tints of Mahogany #C4383D
RGB
CMYK
RGB Variations
Color information
#C4383D (or 0xC4383D) is known color: Mahogany. HEX triplet: C4, 38 and 3D. RGB value is (196,56,61). Sum of RGB (Red+Green+Blue) = 196+56+61=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4383D is #3BC7C2. Grayscale: #626262. Windows color (decimal): -3917763 or 4012228. OLE color: 4012228.
HSL color Cylindrical-coordinate representation of color #C4383D: hue angle of 357.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4383D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 61 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.23 |
| HSL | 357.86º | 0.56% | 0.49% | - |
| HSV(B) | 357.86º | 0.71% | 0.77% | - |
| XYZ | 25.02 | 14.9 | 5.97 | - |
| YUV | 98.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 61 | 0 | 0.71 | 0.69 | 0.23 | 357.86 | 0.56 | 0.49 |
| Hex | C4 | 38 | 3D | 0 | 47 | 45 | 17 | 166 | 38 | 31 |
| Octal | 304 | 70 | 75 | 0 | 107 | 105 | 27 | 546 | 70 | 61 |
| Binary | 11000100 | 111000 | 111101 | 0 | 1000111 | 1000101 | 10111 | 101100110 | 111000 | 110001 |
Color Harmonies of #C4383D
Complementary color
Monochromatic Colors of #C4383D
Black with #C4383D
Text Example
Text Example
White with #C4383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4383D; }
p { color: rgb(196,56,61); }
H1.HeaderClassName
{
color: #C4383D;
}
.AnyTagClassName
{
color: #C4383D;
}
</style>
background-color css
<style>
a { background-color: #C4383D; }
a { background-color: rgb(196,56,61); }
div.DivClassName
{
background-color: #C4383D;
}
.BgClassName
{
background-color: #C4383D;
}
</style>
border-color css
<style>
span { border-color: #C4383D; }
span { border-color: rgb(196,56,61); }
td.TdClassName
{
border-color: #C4383D;
}
.TagClassName
{
border-color: #C4383D;
}
</style>