Shades of Mahogany #CF3435
Tints of Mahogany #CF3435
RGB
CMYK
RGB Variations
Color information
#CF3435 (or 0xCF3435) is known color: Mahogany. HEX triplet: CF, 34 and 35. RGB value is (207,52,53). Sum of RGB (Red+Green+Blue) = 207+52+53=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3435 is #30CBCA. Grayscale: #626262. Windows color (decimal): -3197899 or 3486927. OLE color: 3486927.
HSL color Cylindrical-coordinate representation of color #CF3435: hue angle of 359.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3435 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 53 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.19 |
| HSL | 359.61º | 0.62% | 0.51% | - |
| HSV(B) | 359.61º | 0.75% | 0.81% | - |
| XYZ | 27.6 | 15.98 | 5 | - |
| YUV | 98.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 53 | 0 | 0.75 | 0.74 | 0.19 | 359.61 | 0.62 | 0.51 |
| Hex | CF | 34 | 35 | 0 | 4B | 4A | 13 | 168 | 3E | 33 |
| Octal | 317 | 64 | 65 | 0 | 113 | 112 | 23 | 550 | 76 | 63 |
| Binary | 11001111 | 110100 | 110101 | 0 | 1001011 | 1001010 | 10011 | 101101000 | 111110 | 110011 |
Color Harmonies of #CF3435
Complementary color
Monochromatic Colors of #CF3435
Black with #CF3435
Text Example
Text Example
White with #CF3435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3435; }
p { color: rgb(207,52,53); }
H1.HeaderClassName
{
color: #CF3435;
}
.AnyTagClassName
{
color: #CF3435;
}
</style>
background-color css
<style>
a { background-color: #CF3435; }
a { background-color: rgb(207,52,53); }
div.DivClassName
{
background-color: #CF3435;
}
.BgClassName
{
background-color: #CF3435;
}
</style>
border-color css
<style>
span { border-color: #CF3435; }
span { border-color: rgb(207,52,53); }
td.TdClassName
{
border-color: #CF3435;
}
.TagClassName
{
border-color: #CF3435;
}
</style>