Shades of Mahogany #CB363D
Tints of Mahogany #CB363D
RGB
CMYK
RGB Variations
Color information
#CB363D (or 0xCB363D) is known color: Mahogany. HEX triplet: CB, 36 and 3D. RGB value is (203,54,61). Sum of RGB (Red+Green+Blue) = 203+54+61=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB363D is #34C9C2. Grayscale: #636363. Windows color (decimal): -3459523 or 4011723. OLE color: 4011723.
HSL color Cylindrical-coordinate representation of color #CB363D: hue angle of 357.18º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB363D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 61 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.20 |
| HSL | 357.18º | 0.59% | 0.5% | - |
| HSV(B) | 357.18º | 0.73% | 0.8% | - |
| XYZ | 26.79 | 15.67 | 6.03 | - |
| YUV | 99.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 61 | 0 | 0.73 | 0.70 | 0.20 | 357.18 | 0.59 | 0.5 |
| Hex | CB | 36 | 3D | 0 | 49 | 46 | 14 | 165 | 3B | 32 |
| Octal | 313 | 66 | 75 | 0 | 111 | 106 | 24 | 545 | 73 | 62 |
| Binary | 11001011 | 110110 | 111101 | 0 | 1001001 | 1000110 | 10100 | 101100101 | 111011 | 110010 |
Color Harmonies of #CB363D
Complementary color
Monochromatic Colors of #CB363D
Black with #CB363D
Text Example
Text Example
White with #CB363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB363D; }
p { color: rgb(203,54,61); }
H1.HeaderClassName
{
color: #CB363D;
}
.AnyTagClassName
{
color: #CB363D;
}
</style>
background-color css
<style>
a { background-color: #CB363D; }
a { background-color: rgb(203,54,61); }
div.DivClassName
{
background-color: #CB363D;
}
.BgClassName
{
background-color: #CB363D;
}
</style>
border-color css
<style>
span { border-color: #CB363D; }
span { border-color: rgb(203,54,61); }
td.TdClassName
{
border-color: #CB363D;
}
.TagClassName
{
border-color: #CB363D;
}
</style>