Shades of Mahogany #CD363D
Tints of Mahogany #CD363D
RGB
CMYK
RGB Variations
Color information
#CD363D (or 0xCD363D) is known color: Mahogany. HEX triplet: CD, 36 and 3D. RGB value is (205,54,61). Sum of RGB (Red+Green+Blue) = 205+54+61=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD363D is #32C9C2. Grayscale: #646464. Windows color (decimal): -3328451 or 4011725. OLE color: 4011725.
HSL color Cylindrical-coordinate representation of color #CD363D: hue angle of 357.22º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD363D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 61 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.20 |
| HSL | 357.22º | 0.6% | 0.51% | - |
| HSV(B) | 357.22º | 0.74% | 0.8% | - |
| XYZ | 27.34 | 15.95 | 6.05 | - |
| YUV | 99.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 61 | 0 | 0.74 | 0.70 | 0.20 | 357.22 | 0.6 | 0.51 |
| Hex | CD | 36 | 3D | 0 | 4A | 46 | 14 | 165 | 3C | 33 |
| Octal | 315 | 66 | 75 | 0 | 112 | 106 | 24 | 545 | 74 | 63 |
| Binary | 11001101 | 110110 | 111101 | 0 | 1001010 | 1000110 | 10100 | 101100101 | 111100 | 110011 |
Color Harmonies of #CD363D
Complementary color
Monochromatic Colors of #CD363D
Black with #CD363D
Text Example
Text Example
White with #CD363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD363D; }
p { color: rgb(205,54,61); }
H1.HeaderClassName
{
color: #CD363D;
}
.AnyTagClassName
{
color: #CD363D;
}
</style>
background-color css
<style>
a { background-color: #CD363D; }
a { background-color: rgb(205,54,61); }
div.DivClassName
{
background-color: #CD363D;
}
.BgClassName
{
background-color: #CD363D;
}
</style>
border-color css
<style>
span { border-color: #CD363D; }
span { border-color: rgb(205,54,61); }
td.TdClassName
{
border-color: #CD363D;
}
.TagClassName
{
border-color: #CD363D;
}
</style>