Shades of Mahogany #CF4344
Tints of Mahogany #CF4344
RGB
CMYK
RGB Variations
Color information
#CF4344 (or 0xCF4344) is known color: Mahogany. HEX triplet: CF, 43 and 44. RGB value is (207,67,68). Sum of RGB (Red+Green+Blue) = 207+67+68=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4344 is #30BCBB. Grayscale: #6D6D6D. Windows color (decimal): -3194044 or 4473807. OLE color: 4473807.
HSL color Cylindrical-coordinate representation of color #CF4344: hue angle of 359.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4344 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 68 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.19 |
| HSL | 359.57º | 0.59% | 0.54% | - |
| HSV(B) | 359.57º | 0.68% | 0.81% | - |
| XYZ | 28.78 | 17.7 | 7.37 | - |
| YUV | 108.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 68 | 0 | 0.68 | 0.67 | 0.19 | 359.57 | 0.59 | 0.54 |
| Hex | CF | 43 | 44 | 0 | 44 | 43 | 13 | 168 | 3B | 36 |
| Octal | 317 | 103 | 104 | 0 | 104 | 103 | 23 | 550 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1000100 | 0 | 1000100 | 1000011 | 10011 | 101101000 | 111011 | 110110 |
Color Harmonies of #CF4344
Complementary color
Monochromatic Colors of #CF4344
Black with #CF4344
Text Example
Text Example
White with #CF4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4344; }
p { color: rgb(207,67,68); }
H1.HeaderClassName
{
color: #CF4344;
}
.AnyTagClassName
{
color: #CF4344;
}
</style>
background-color css
<style>
a { background-color: #CF4344; }
a { background-color: rgb(207,67,68); }
div.DivClassName
{
background-color: #CF4344;
}
.BgClassName
{
background-color: #CF4344;
}
</style>
border-color css
<style>
span { border-color: #CF4344; }
span { border-color: rgb(207,67,68); }
td.TdClassName
{
border-color: #CF4344;
}
.TagClassName
{
border-color: #CF4344;
}
</style>