Shades of Mahogany #CF323D
Tints of Mahogany #CF323D
RGB
CMYK
RGB Variations
Color information
#CF323D (or 0xCF323D) is known color: Mahogany. HEX triplet: CF, 32 and 3D. RGB value is (207,50,61). Sum of RGB (Red+Green+Blue) = 207+50+61=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF323D is #30CDC2. Grayscale: #626262. Windows color (decimal): -3198403 or 4010703. OLE color: 4010703.
HSL color Cylindrical-coordinate representation of color #CF323D: hue angle of 355.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF323D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 61 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.19 |
| HSL | 355.8º | 0.62% | 0.5% | - |
| HSV(B) | 355.8º | 0.76% | 0.81% | - |
| XYZ | 27.72 | 15.88 | 6.02 | - |
| YUV | 98.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 61 | 0 | 0.76 | 0.71 | 0.19 | 355.8 | 0.62 | 0.5 |
| Hex | CF | 32 | 3D | 0 | 4C | 47 | 13 | 164 | 3E | 32 |
| Octal | 317 | 62 | 75 | 0 | 114 | 107 | 23 | 544 | 76 | 62 |
| Binary | 11001111 | 110010 | 111101 | 0 | 1001100 | 1000111 | 10011 | 101100100 | 111110 | 110010 |
Color Harmonies of #CF323D
Complementary color
Monochromatic Colors of #CF323D
Black with #CF323D
Text Example
Text Example
White with #CF323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF323D; }
p { color: rgb(207,50,61); }
H1.HeaderClassName
{
color: #CF323D;
}
.AnyTagClassName
{
color: #CF323D;
}
</style>
background-color css
<style>
a { background-color: #CF323D; }
a { background-color: rgb(207,50,61); }
div.DivClassName
{
background-color: #CF323D;
}
.BgClassName
{
background-color: #CF323D;
}
</style>
border-color css
<style>
span { border-color: #CF323D; }
span { border-color: rgb(207,50,61); }
td.TdClassName
{
border-color: #CF323D;
}
.TagClassName
{
border-color: #CF323D;
}
</style>