Shades of Mahogany #CF333E
Tints of Mahogany #CF333E
RGB
CMYK
RGB Variations
Color information
#CF333E (or 0xCF333E) is known color: Mahogany. HEX triplet: CF, 33 and 3E. RGB value is (207,51,62). Sum of RGB (Red+Green+Blue) = 207+51+62=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF333E is #30CCC1. Grayscale: #636363. Windows color (decimal): -3198146 or 4076495. OLE color: 4076495.
HSL color Cylindrical-coordinate representation of color #CF333E: hue angle of 355.77º 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 #CF333E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 62 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.19 |
| HSL | 355.77º | 0.62% | 0.51% | - |
| HSV(B) | 355.77º | 0.75% | 0.81% | - |
| XYZ | 27.79 | 15.98 | 6.18 | - |
| YUV | 98.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 62 | 0 | 0.75 | 0.70 | 0.19 | 355.77 | 0.62 | 0.51 |
| Hex | CF | 33 | 3E | 0 | 4B | 46 | 13 | 164 | 3E | 33 |
| Octal | 317 | 63 | 76 | 0 | 113 | 106 | 23 | 544 | 76 | 63 |
| Binary | 11001111 | 110011 | 111110 | 0 | 1001011 | 1000110 | 10011 | 101100100 | 111110 | 110011 |
Color Harmonies of #CF333E
Complementary color
Monochromatic Colors of #CF333E
Black with #CF333E
Text Example
Text Example
White with #CF333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF333E; }
p { color: rgb(207,51,62); }
H1.HeaderClassName
{
color: #CF333E;
}
.AnyTagClassName
{
color: #CF333E;
}
</style>
background-color css
<style>
a { background-color: #CF333E; }
a { background-color: rgb(207,51,62); }
div.DivClassName
{
background-color: #CF333E;
}
.BgClassName
{
background-color: #CF333E;
}
</style>
border-color css
<style>
span { border-color: #CF333E; }
span { border-color: rgb(207,51,62); }
td.TdClassName
{
border-color: #CF333E;
}
.TagClassName
{
border-color: #CF333E;
}
</style>