Shades of Mahogany #CF363D
Tints of Mahogany #CF363D
RGB
CMYK
RGB Variations
Color information
#CF363D (or 0xCF363D) is known color: Mahogany. HEX triplet: CF, 36 and 3D. RGB value is (207,54,61). Sum of RGB (Red+Green+Blue) = 207+54+61=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF363D is #30C9C2. Grayscale: #646464. Windows color (decimal): -3197379 or 4011727. OLE color: 4011727.
HSL color Cylindrical-coordinate representation of color #CF363D: hue angle of 357.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF363D is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 61 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.19 |
| HSL | 357.25º | 0.61% | 0.51% | - |
| HSV(B) | 357.25º | 0.74% | 0.81% | - |
| XYZ | 27.89 | 16.24 | 6.08 | - |
| YUV | 100.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 61 | 0 | 0.74 | 0.71 | 0.19 | 357.25 | 0.61 | 0.51 |
| Hex | CF | 36 | 3D | 0 | 4A | 47 | 13 | 165 | 3D | 33 |
| Octal | 317 | 66 | 75 | 0 | 112 | 107 | 23 | 545 | 75 | 63 |
| Binary | 11001111 | 110110 | 111101 | 0 | 1001010 | 1000111 | 10011 | 101100101 | 111101 | 110011 |
Color Harmonies of #CF363D
Complementary color
Monochromatic Colors of #CF363D
Black with #CF363D
Text Example
Text Example
White with #CF363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF363D; }
p { color: rgb(207,54,61); }
H1.HeaderClassName
{
color: #CF363D;
}
.AnyTagClassName
{
color: #CF363D;
}
</style>
background-color css
<style>
a { background-color: #CF363D; }
a { background-color: rgb(207,54,61); }
div.DivClassName
{
background-color: #CF363D;
}
.BgClassName
{
background-color: #CF363D;
}
</style>
border-color css
<style>
span { border-color: #CF363D; }
span { border-color: rgb(207,54,61); }
td.TdClassName
{
border-color: #CF363D;
}
.TagClassName
{
border-color: #CF363D;
}
</style>