Shades of Mahogany #CB383A
Tints of Mahogany #CB383A
RGB
CMYK
RGB Variations
Color information
#CB383A (or 0xCB383A) is known color: Mahogany. HEX triplet: CB, 38 and 3A. RGB value is (203,56,58). Sum of RGB (Red+Green+Blue) = 203+56+58=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB383A is #34C7C5. Grayscale: #646464. Windows color (decimal): -3459014 or 3815627. OLE color: 3815627.
HSL color Cylindrical-coordinate representation of color #CB383A: hue angle of 359.18º degrees, saturation: 0.59, 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 #CB383A is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 58 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.20 |
| HSL | 359.18º | 0.59% | 0.51% | - |
| HSV(B) | 359.18º | 0.72% | 0.8% | - |
| XYZ | 26.81 | 15.83 | 5.65 | - |
| YUV | 100.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 58 | 0 | 0.72 | 0.71 | 0.20 | 359.18 | 0.59 | 0.51 |
| Hex | CB | 38 | 3A | 0 | 48 | 47 | 14 | 167 | 3B | 33 |
| Octal | 313 | 70 | 72 | 0 | 110 | 107 | 24 | 547 | 73 | 63 |
| Binary | 11001011 | 111000 | 111010 | 0 | 1001000 | 1000111 | 10100 | 101100111 | 111011 | 110011 |
Color Harmonies of #CB383A
Complementary color
Monochromatic Colors of #CB383A
Black with #CB383A
Text Example
Text Example
White with #CB383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB383A; }
p { color: rgb(203,56,58); }
H1.HeaderClassName
{
color: #CB383A;
}
.AnyTagClassName
{
color: #CB383A;
}
</style>
background-color css
<style>
a { background-color: #CB383A; }
a { background-color: rgb(203,56,58); }
div.DivClassName
{
background-color: #CB383A;
}
.BgClassName
{
background-color: #CB383A;
}
</style>
border-color css
<style>
span { border-color: #CB383A; }
span { border-color: rgb(203,56,58); }
td.TdClassName
{
border-color: #CB383A;
}
.TagClassName
{
border-color: #CB383A;
}
</style>