Shades of Mahogany #C3383D
Tints of Mahogany #C3383D
RGB
CMYK
RGB Variations
Color information
#C3383D (or 0xC3383D) is known color: Mahogany. HEX triplet: C3, 38 and 3D. RGB value is (195,56,61). Sum of RGB (Red+Green+Blue) = 195+56+61=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3383D is #3CC7C2. Grayscale: #626262. Windows color (decimal): -3983299 or 4012227. OLE color: 4012227.
HSL color Cylindrical-coordinate representation of color #C3383D: hue angle of 357.84º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3383D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 61 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.24 |
| HSL | 357.84º | 0.55% | 0.49% | - |
| HSV(B) | 357.84º | 0.71% | 0.76% | - |
| XYZ | 24.76 | 14.77 | 5.96 | - |
| YUV | 98.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 61 | 0 | 0.71 | 0.69 | 0.24 | 357.84 | 0.55 | 0.49 |
| Hex | C3 | 38 | 3D | 0 | 47 | 45 | 18 | 166 | 37 | 31 |
| Octal | 303 | 70 | 75 | 0 | 107 | 105 | 30 | 546 | 67 | 61 |
| Binary | 11000011 | 111000 | 111101 | 0 | 1000111 | 1000101 | 11000 | 101100110 | 110111 | 110001 |
Color Harmonies of #C3383D
Complementary color
Monochromatic Colors of #C3383D
Black with #C3383D
Text Example
Text Example
White with #C3383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3383D; }
p { color: rgb(195,56,61); }
H1.HeaderClassName
{
color: #C3383D;
}
.AnyTagClassName
{
color: #C3383D;
}
</style>
background-color css
<style>
a { background-color: #C3383D; }
a { background-color: rgb(195,56,61); }
div.DivClassName
{
background-color: #C3383D;
}
.BgClassName
{
background-color: #C3383D;
}
</style>
border-color css
<style>
span { border-color: #C3383D; }
span { border-color: rgb(195,56,61); }
td.TdClassName
{
border-color: #C3383D;
}
.TagClassName
{
border-color: #C3383D;
}
</style>