Shades of Mahogany #CF3339
Tints of Mahogany #CF3339
RGB
CMYK
RGB Variations
Color information
#CF3339 (or 0xCF3339) is known color: Mahogany. HEX triplet: CF, 33 and 39. RGB value is (207,51,57). Sum of RGB (Red+Green+Blue) = 207+51+57=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3339 is #30CCC6. Grayscale: #626262. Windows color (decimal): -3198151 or 3748815. OLE color: 3748815.
HSL color Cylindrical-coordinate representation of color #CF3339: hue angle of 357.69º 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 #CF3339 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 57 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.19 |
| HSL | 357.69º | 0.62% | 0.51% | - |
| HSV(B) | 357.69º | 0.75% | 0.81% | - |
| XYZ | 27.65 | 15.93 | 5.49 | - |
| YUV | 98.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 57 | 0 | 0.75 | 0.72 | 0.19 | 357.69 | 0.62 | 0.51 |
| Hex | CF | 33 | 39 | 0 | 4B | 48 | 13 | 166 | 3E | 33 |
| Octal | 317 | 63 | 71 | 0 | 113 | 110 | 23 | 546 | 76 | 63 |
| Binary | 11001111 | 110011 | 111001 | 0 | 1001011 | 1001000 | 10011 | 101100110 | 111110 | 110011 |
Color Harmonies of #CF3339
Complementary color
Monochromatic Colors of #CF3339
Black with #CF3339
Text Example
Text Example
White with #CF3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3339; }
p { color: rgb(207,51,57); }
H1.HeaderClassName
{
color: #CF3339;
}
.AnyTagClassName
{
color: #CF3339;
}
</style>
background-color css
<style>
a { background-color: #CF3339; }
a { background-color: rgb(207,51,57); }
div.DivClassName
{
background-color: #CF3339;
}
.BgClassName
{
background-color: #CF3339;
}
</style>
border-color css
<style>
span { border-color: #CF3339; }
span { border-color: rgb(207,51,57); }
td.TdClassName
{
border-color: #CF3339;
}
.TagClassName
{
border-color: #CF3339;
}
</style>