Shades of Mahogany #CF333D
Tints of Mahogany #CF333D
RGB
CMYK
RGB Variations
Color information
#CF333D (or 0xCF333D) is known color: Mahogany. HEX triplet: CF, 33 and 3D. RGB value is (207,51,61). Sum of RGB (Red+Green+Blue) = 207+51+61=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF333D is #30CCC2. Grayscale: #626262. Windows color (decimal): -3198147 or 4010959. OLE color: 4010959.
HSL color Cylindrical-coordinate representation of color #CF333D: hue angle of 356.15º 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 #CF333D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 61 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.19 |
| HSL | 356.15º | 0.62% | 0.51% | - |
| HSV(B) | 356.15º | 0.75% | 0.81% | - |
| XYZ | 27.76 | 15.97 | 6.03 | - |
| YUV | 98.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 61 | 0 | 0.75 | 0.71 | 0.19 | 356.15 | 0.62 | 0.51 |
| Hex | CF | 33 | 3D | 0 | 4B | 47 | 13 | 164 | 3E | 33 |
| Octal | 317 | 63 | 75 | 0 | 113 | 107 | 23 | 544 | 76 | 63 |
| Binary | 11001111 | 110011 | 111101 | 0 | 1001011 | 1000111 | 10011 | 101100100 | 111110 | 110011 |
Color Harmonies of #CF333D
Complementary color
Monochromatic Colors of #CF333D
Black with #CF333D
Text Example
Text Example
White with #CF333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF333D; }
p { color: rgb(207,51,61); }
H1.HeaderClassName
{
color: #CF333D;
}
.AnyTagClassName
{
color: #CF333D;
}
</style>
background-color css
<style>
a { background-color: #CF333D; }
a { background-color: rgb(207,51,61); }
div.DivClassName
{
background-color: #CF333D;
}
.BgClassName
{
background-color: #CF333D;
}
</style>
border-color css
<style>
span { border-color: #CF333D; }
span { border-color: rgb(207,51,61); }
td.TdClassName
{
border-color: #CF333D;
}
.TagClassName
{
border-color: #CF333D;
}
</style>