Shades of Mahogany #CF2B32
Tints of Mahogany #CF2B32
RGB
CMYK
RGB Variations
Color information
#CF2B32 (or 0xCF2B32) is known color: Mahogany. HEX triplet: CF, 2B and 32. RGB value is (207,43,50). Sum of RGB (Red+Green+Blue) = 207+43+50=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B32 is #30D4CD. Grayscale: #5C5C5C. Windows color (decimal): -3200206 or 3288015. OLE color: 3288015.
HSL color Cylindrical-coordinate representation of color #CF2B32: hue angle of 357.44º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B32 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 50 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.19 |
| HSL | 357.44º | 0.66% | 0.49% | - |
| HSV(B) | 357.44º | 0.79% | 0.81% | - |
| XYZ | 27.17 | 15.22 | 4.52 | - |
| YUV | 92.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 50 | 0 | 0.79 | 0.76 | 0.19 | 357.44 | 0.66 | 0.49 |
| Hex | CF | 2B | 32 | 0 | 4F | 4C | 13 | 165 | 42 | 31 |
| Octal | 317 | 53 | 62 | 0 | 117 | 114 | 23 | 545 | 102 | 61 |
| Binary | 11001111 | 101011 | 110010 | 0 | 1001111 | 1001100 | 10011 | 101100101 | 1000010 | 110001 |
Color Harmonies of #CF2B32
Complementary color
Monochromatic Colors of #CF2B32
Black with #CF2B32
Text Example
Text Example
White with #CF2B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B32; }
p { color: rgb(207,43,50); }
H1.HeaderClassName
{
color: #CF2B32;
}
.AnyTagClassName
{
color: #CF2B32;
}
</style>
background-color css
<style>
a { background-color: #CF2B32; }
a { background-color: rgb(207,43,50); }
div.DivClassName
{
background-color: #CF2B32;
}
.BgClassName
{
background-color: #CF2B32;
}
</style>
border-color css
<style>
span { border-color: #CF2B32; }
span { border-color: rgb(207,43,50); }
td.TdClassName
{
border-color: #CF2B32;
}
.TagClassName
{
border-color: #CF2B32;
}
</style>