Shades of Mahogany #CB393D
Tints of Mahogany #CB393D
RGB
CMYK
RGB Variations
Color information
#CB393D (or 0xCB393D) is known color: Mahogany. HEX triplet: CB, 39 and 3D. RGB value is (203,57,61). Sum of RGB (Red+Green+Blue) = 203+57+61=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB393D is #34C6C2. Grayscale: #656565. Windows color (decimal): -3458755 or 4012491. OLE color: 4012491.
HSL color Cylindrical-coordinate representation of color #CB393D: hue angle of 358.36º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB393D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 61 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.20 |
| HSL | 358.36º | 0.58% | 0.51% | - |
| HSV(B) | 358.36º | 0.72% | 0.8% | - |
| XYZ | 26.93 | 15.96 | 6.08 | - |
| YUV | 101.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 61 | 0 | 0.72 | 0.70 | 0.20 | 358.36 | 0.58 | 0.51 |
| Hex | CB | 39 | 3D | 0 | 48 | 46 | 14 | 166 | 3A | 33 |
| Octal | 313 | 71 | 75 | 0 | 110 | 106 | 24 | 546 | 72 | 63 |
| Binary | 11001011 | 111001 | 111101 | 0 | 1001000 | 1000110 | 10100 | 101100110 | 111010 | 110011 |
Color Harmonies of #CB393D
Complementary color
Monochromatic Colors of #CB393D
Black with #CB393D
Text Example
Text Example
White with #CB393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB393D; }
p { color: rgb(203,57,61); }
H1.HeaderClassName
{
color: #CB393D;
}
.AnyTagClassName
{
color: #CB393D;
}
</style>
background-color css
<style>
a { background-color: #CB393D; }
a { background-color: rgb(203,57,61); }
div.DivClassName
{
background-color: #CB393D;
}
.BgClassName
{
background-color: #CB393D;
}
</style>
border-color css
<style>
span { border-color: #CB393D; }
span { border-color: rgb(203,57,61); }
td.TdClassName
{
border-color: #CB393D;
}
.TagClassName
{
border-color: #CB393D;
}
</style>