Shades of Mahogany #CB373E
Tints of Mahogany #CB373E
RGB
CMYK
RGB Variations
Color information
#CB373E (or 0xCB373E) is known color: Mahogany. HEX triplet: CB, 37 and 3E. RGB value is (203,55,62). Sum of RGB (Red+Green+Blue) = 203+55+62=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB373E is #34C8C1. Grayscale: #646464. Windows color (decimal): -3459266 or 4077515. OLE color: 4077515.
HSL color Cylindrical-coordinate representation of color #CB373E: hue angle of 357.16º 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 #CB373E is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 62 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.20 |
| HSL | 357.16º | 0.59% | 0.51% | - |
| HSV(B) | 357.16º | 0.73% | 0.8% | - |
| XYZ | 26.86 | 15.78 | 6.19 | - |
| YUV | 100.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 62 | 0 | 0.73 | 0.69 | 0.20 | 357.16 | 0.59 | 0.51 |
| Hex | CB | 37 | 3E | 0 | 49 | 45 | 14 | 165 | 3B | 33 |
| Octal | 313 | 67 | 76 | 0 | 111 | 105 | 24 | 545 | 73 | 63 |
| Binary | 11001011 | 110111 | 111110 | 0 | 1001001 | 1000101 | 10100 | 101100101 | 111011 | 110011 |
Color Harmonies of #CB373E
Complementary color
Monochromatic Colors of #CB373E
Black with #CB373E
Text Example
Text Example
White with #CB373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB373E; }
p { color: rgb(203,55,62); }
H1.HeaderClassName
{
color: #CB373E;
}
.AnyTagClassName
{
color: #CB373E;
}
</style>
background-color css
<style>
a { background-color: #CB373E; }
a { background-color: rgb(203,55,62); }
div.DivClassName
{
background-color: #CB373E;
}
.BgClassName
{
background-color: #CB373E;
}
</style>
border-color css
<style>
span { border-color: #CB373E; }
span { border-color: rgb(203,55,62); }
td.TdClassName
{
border-color: #CB373E;
}
.TagClassName
{
border-color: #CB373E;
}
</style>