Shades of Mahogany #CB383B
Tints of Mahogany #CB383B
RGB
CMYK
RGB Variations
Color information
#CB383B (or 0xCB383B) is known color: Mahogany. HEX triplet: CB, 38 and 3B. RGB value is (203,56,59). Sum of RGB (Red+Green+Blue) = 203+56+59=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB383B is #34C7C4. Grayscale: #646464. Windows color (decimal): -3459013 or 3881163. OLE color: 3881163.
HSL color Cylindrical-coordinate representation of color #CB383B: hue angle of 358.78º 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 #CB383B is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 59 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.20 |
| HSL | 358.78º | 0.59% | 0.51% | - |
| HSV(B) | 358.78º | 0.72% | 0.8% | - |
| XYZ | 26.83 | 15.84 | 5.78 | - |
| YUV | 100.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 59 | 0 | 0.72 | 0.71 | 0.20 | 358.78 | 0.59 | 0.51 |
| Hex | CB | 38 | 3B | 0 | 48 | 47 | 14 | 167 | 3B | 33 |
| Octal | 313 | 70 | 73 | 0 | 110 | 107 | 24 | 547 | 73 | 63 |
| Binary | 11001011 | 111000 | 111011 | 0 | 1001000 | 1000111 | 10100 | 101100111 | 111011 | 110011 |
Color Harmonies of #CB383B
Complementary color
Monochromatic Colors of #CB383B
Black with #CB383B
Text Example
Text Example
White with #CB383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB383B; }
p { color: rgb(203,56,59); }
H1.HeaderClassName
{
color: #CB383B;
}
.AnyTagClassName
{
color: #CB383B;
}
</style>
background-color css
<style>
a { background-color: #CB383B; }
a { background-color: rgb(203,56,59); }
div.DivClassName
{
background-color: #CB383B;
}
.BgClassName
{
background-color: #CB383B;
}
</style>
border-color css
<style>
span { border-color: #CB383B; }
span { border-color: rgb(203,56,59); }
td.TdClassName
{
border-color: #CB383B;
}
.TagClassName
{
border-color: #CB383B;
}
</style>