Shades of Mahogany #CB363B
Tints of Mahogany #CB363B
RGB
CMYK
RGB Variations
Color information
#CB363B (or 0xCB363B) is known color: Mahogany. HEX triplet: CB, 36 and 3B. RGB value is (203,54,59). Sum of RGB (Red+Green+Blue) = 203+54+59=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB363B is #34C9C4. Grayscale: #636363. Windows color (decimal): -3459525 or 3880651. OLE color: 3880651.
HSL color Cylindrical-coordinate representation of color #CB363B: hue angle of 357.99º 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 #CB363B is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 59 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.20 |
| HSL | 357.99º | 0.59% | 0.5% | - |
| HSV(B) | 357.99º | 0.73% | 0.8% | - |
| XYZ | 26.74 | 15.65 | 5.75 | - |
| YUV | 99.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 59 | 0 | 0.73 | 0.71 | 0.20 | 357.99 | 0.59 | 0.5 |
| Hex | CB | 36 | 3B | 0 | 49 | 47 | 14 | 166 | 3B | 32 |
| Octal | 313 | 66 | 73 | 0 | 111 | 107 | 24 | 546 | 73 | 62 |
| Binary | 11001011 | 110110 | 111011 | 0 | 1001001 | 1000111 | 10100 | 101100110 | 111011 | 110010 |
Color Harmonies of #CB363B
Complementary color
Monochromatic Colors of #CB363B
Black with #CB363B
Text Example
Text Example
White with #CB363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB363B; }
p { color: rgb(203,54,59); }
H1.HeaderClassName
{
color: #CB363B;
}
.AnyTagClassName
{
color: #CB363B;
}
</style>
background-color css
<style>
a { background-color: #CB363B; }
a { background-color: rgb(203,54,59); }
div.DivClassName
{
background-color: #CB363B;
}
.BgClassName
{
background-color: #CB363B;
}
</style>
border-color css
<style>
span { border-color: #CB363B; }
span { border-color: rgb(203,54,59); }
td.TdClassName
{
border-color: #CB363B;
}
.TagClassName
{
border-color: #CB363B;
}
</style>