Shades of Mahogany #CB373D
Tints of Mahogany #CB373D
RGB
CMYK
RGB Variations
Color information
#CB373D (or 0xCB373D) is known color: Mahogany. HEX triplet: CB, 37 and 3D. RGB value is (203,55,61). Sum of RGB (Red+Green+Blue) = 203+55+61=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB373D is #34C8C2. Grayscale: #646464. Windows color (decimal): -3459267 or 4011979. OLE color: 4011979.
HSL color Cylindrical-coordinate representation of color #CB373D: hue angle of 357.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB373D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 61 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.20 |
| HSL | 357.57º | 0.59% | 0.51% | - |
| HSV(B) | 357.57º | 0.73% | 0.8% | - |
| XYZ | 26.84 | 15.77 | 6.04 | - |
| YUV | 99.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 61 | 0 | 0.73 | 0.70 | 0.20 | 357.57 | 0.59 | 0.51 |
| Hex | CB | 37 | 3D | 0 | 49 | 46 | 14 | 166 | 3B | 33 |
| Octal | 313 | 67 | 75 | 0 | 111 | 106 | 24 | 546 | 73 | 63 |
| Binary | 11001011 | 110111 | 111101 | 0 | 1001001 | 1000110 | 10100 | 101100110 | 111011 | 110011 |
Color Harmonies of #CB373D
Complementary color
Monochromatic Colors of #CB373D
Black with #CB373D
Text Example
Text Example
White with #CB373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB373D; }
p { color: rgb(203,55,61); }
H1.HeaderClassName
{
color: #CB373D;
}
.AnyTagClassName
{
color: #CB373D;
}
</style>
background-color css
<style>
a { background-color: #CB373D; }
a { background-color: rgb(203,55,61); }
div.DivClassName
{
background-color: #CB373D;
}
.BgClassName
{
background-color: #CB373D;
}
</style>
border-color css
<style>
span { border-color: #CB373D; }
span { border-color: rgb(203,55,61); }
td.TdClassName
{
border-color: #CB373D;
}
.TagClassName
{
border-color: #CB373D;
}
</style>