Shades of Mahogany #CD333D
Tints of Mahogany #CD333D
RGB
CMYK
RGB Variations
Color information
#CD333D (or 0xCD333D) is known color: Mahogany. HEX triplet: CD, 33 and 3D. RGB value is (205,51,61). Sum of RGB (Red+Green+Blue) = 205+51+61=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD333D is #32CCC2. Grayscale: #626262. Windows color (decimal): -3329219 or 4010957. OLE color: 4010957.
HSL color Cylindrical-coordinate representation of color #CD333D: hue angle of 356.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD333D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 61 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.20 |
| HSL | 356.1º | 0.61% | 0.5% | - |
| HSV(B) | 356.1º | 0.75% | 0.8% | - |
| XYZ | 27.2 | 15.68 | 6.01 | - |
| YUV | 98.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 61 | 0 | 0.75 | 0.70 | 0.20 | 356.1 | 0.61 | 0.5 |
| Hex | CD | 33 | 3D | 0 | 4B | 46 | 14 | 164 | 3D | 32 |
| Octal | 315 | 63 | 75 | 0 | 113 | 106 | 24 | 544 | 75 | 62 |
| Binary | 11001101 | 110011 | 111101 | 0 | 1001011 | 1000110 | 10100 | 101100100 | 111101 | 110010 |
Color Harmonies of #CD333D
Complementary color
Monochromatic Colors of #CD333D
Black with #CD333D
Text Example
Text Example
White with #CD333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD333D; }
p { color: rgb(205,51,61); }
H1.HeaderClassName
{
color: #CD333D;
}
.AnyTagClassName
{
color: #CD333D;
}
</style>
background-color css
<style>
a { background-color: #CD333D; }
a { background-color: rgb(205,51,61); }
div.DivClassName
{
background-color: #CD333D;
}
.BgClassName
{
background-color: #CD333D;
}
</style>
border-color css
<style>
span { border-color: #CD333D; }
span { border-color: rgb(205,51,61); }
td.TdClassName
{
border-color: #CD333D;
}
.TagClassName
{
border-color: #CD333D;
}
</style>