Shades of Mahogany #CD363E
Tints of Mahogany #CD363E
RGB
CMYK
RGB Variations
Color information
#CD363E (or 0xCD363E) is known color: Mahogany. HEX triplet: CD, 36 and 3E. RGB value is (205,54,62). Sum of RGB (Red+Green+Blue) = 205+54+62=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD363E is #32C9C1. Grayscale: #646464. Windows color (decimal): -3328450 or 4077261. OLE color: 4077261.
HSL color Cylindrical-coordinate representation of color #CD363E: hue angle of 356.82º 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 #CD363E is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 62 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.20 |
| HSL | 356.82º | 0.6% | 0.51% | - |
| HSV(B) | 356.82º | 0.74% | 0.8% | - |
| XYZ | 27.37 | 15.97 | 6.2 | - |
| YUV | 100.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 62 | 0 | 0.74 | 0.70 | 0.20 | 356.82 | 0.6 | 0.51 |
| Hex | CD | 36 | 3E | 0 | 4A | 46 | 14 | 165 | 3C | 33 |
| Octal | 315 | 66 | 76 | 0 | 112 | 106 | 24 | 545 | 74 | 63 |
| Binary | 11001101 | 110110 | 111110 | 0 | 1001010 | 1000110 | 10100 | 101100101 | 111100 | 110011 |
Color Harmonies of #CD363E
Complementary color
Monochromatic Colors of #CD363E
Black with #CD363E
Text Example
Text Example
White with #CD363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD363E; }
p { color: rgb(205,54,62); }
H1.HeaderClassName
{
color: #CD363E;
}
.AnyTagClassName
{
color: #CD363E;
}
</style>
background-color css
<style>
a { background-color: #CD363E; }
a { background-color: rgb(205,54,62); }
div.DivClassName
{
background-color: #CD363E;
}
.BgClassName
{
background-color: #CD363E;
}
</style>
border-color css
<style>
span { border-color: #CD363E; }
span { border-color: rgb(205,54,62); }
td.TdClassName
{
border-color: #CD363E;
}
.TagClassName
{
border-color: #CD363E;
}
</style>