Shades of Mahogany #CD262F
Tints of Mahogany #CD262F
RGB
CMYK
RGB Variations
Color information
#CD262F (or 0xCD262F) is known color: Mahogany. HEX triplet: CD, 26 and 2F. RGB value is (205,38,47). Sum of RGB (Red+Green+Blue) = 205+38+47=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD262F is #32D9D0. Grayscale: #595959. Windows color (decimal): -3332561 or 3090125. OLE color: 3090125.
HSL color Cylindrical-coordinate representation of color #CD262F: hue angle of 356.77º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD262F is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 47 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.20 |
| HSL | 356.77º | 0.69% | 0.48% | - |
| HSV(B) | 356.77º | 0.81% | 0.8% | - |
| XYZ | 26.38 | 14.57 | 4.11 | - |
| YUV | 88.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 47 | 0 | 0.81 | 0.77 | 0.20 | 356.77 | 0.69 | 0.48 |
| Hex | CD | 26 | 2F | 0 | 51 | 4D | 14 | 165 | 45 | 30 |
| Octal | 315 | 46 | 57 | 0 | 121 | 115 | 24 | 545 | 105 | 60 |
| Binary | 11001101 | 100110 | 101111 | 0 | 1010001 | 1001101 | 10100 | 101100101 | 1000101 | 110000 |
Color Harmonies of #CD262F
Complementary color
Monochromatic Colors of #CD262F
Black with #CD262F
Text Example
Text Example
White with #CD262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD262F; }
p { color: rgb(205,38,47); }
H1.HeaderClassName
{
color: #CD262F;
}
.AnyTagClassName
{
color: #CD262F;
}
</style>
background-color css
<style>
a { background-color: #CD262F; }
a { background-color: rgb(205,38,47); }
div.DivClassName
{
background-color: #CD262F;
}
.BgClassName
{
background-color: #CD262F;
}
</style>
border-color css
<style>
span { border-color: #CD262F; }
span { border-color: rgb(205,38,47); }
td.TdClassName
{
border-color: #CD262F;
}
.TagClassName
{
border-color: #CD262F;
}
</style>