Shades of Mahogany #CF383D
Tints of Mahogany #CF383D
RGB
CMYK
RGB Variations
Color information
#CF383D (or 0xCF383D) is known color: Mahogany. HEX triplet: CF, 38 and 3D. RGB value is (207,56,61). Sum of RGB (Red+Green+Blue) = 207+56+61=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF383D is #30C7C2. Grayscale: #656565. Windows color (decimal): -3196867 or 4012239. OLE color: 4012239.
HSL color Cylindrical-coordinate representation of color #CF383D: hue angle of 358.01º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF383D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 61 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.19 |
| HSL | 358.01º | 0.61% | 0.52% | - |
| HSV(B) | 358.01º | 0.73% | 0.81% | - |
| XYZ | 27.99 | 16.43 | 6.11 | - |
| YUV | 101.72 | 105.03 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 61 | 0 | 0.73 | 0.71 | 0.19 | 358.01 | 0.61 | 0.52 |
| Hex | CF | 38 | 3D | 0 | 49 | 47 | 13 | 166 | 3D | 34 |
| Octal | 317 | 70 | 75 | 0 | 111 | 107 | 23 | 546 | 75 | 64 |
| Binary | 11001111 | 111000 | 111101 | 0 | 1001001 | 1000111 | 10011 | 101100110 | 111101 | 110100 |
Color Harmonies of #CF383D
Complementary color
Monochromatic Colors of #CF383D
Black with #CF383D
Text Example
Text Example
White with #CF383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF383D; }
p { color: rgb(207,56,61); }
H1.HeaderClassName
{
color: #CF383D;
}
.AnyTagClassName
{
color: #CF383D;
}
</style>
background-color css
<style>
a { background-color: #CF383D; }
a { background-color: rgb(207,56,61); }
div.DivClassName
{
background-color: #CF383D;
}
.BgClassName
{
background-color: #CF383D;
}
</style>
border-color css
<style>
span { border-color: #CF383D; }
span { border-color: rgb(207,56,61); }
td.TdClassName
{
border-color: #CF383D;
}
.TagClassName
{
border-color: #CF383D;
}
</style>