Shades of Mahogany #CB3B42
Tints of Mahogany #CB3B42
RGB
CMYK
RGB Variations
Color information
#CB3B42 (or 0xCB3B42) is known color: Mahogany. HEX triplet: CB, 3B and 42. RGB value is (203,59,66). Sum of RGB (Red+Green+Blue) = 203+59+66=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3B42 is #34C4BD. Grayscale: #666666. Windows color (decimal): -3458238 or 4340683. OLE color: 4340683.
HSL color Cylindrical-coordinate representation of color #CB3B42: hue angle of 357.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3B42 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 66 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.20 |
| HSL | 357.08º | 0.58% | 0.51% | - |
| HSV(B) | 357.08º | 0.71% | 0.8% | - |
| XYZ | 27.18 | 16.22 | 6.85 | - |
| YUV | 102.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 66 | 0 | 0.71 | 0.67 | 0.20 | 357.08 | 0.58 | 0.51 |
| Hex | CB | 3B | 42 | 0 | 47 | 43 | 14 | 165 | 3A | 33 |
| Octal | 313 | 73 | 102 | 0 | 107 | 103 | 24 | 545 | 72 | 63 |
| Binary | 11001011 | 111011 | 1000010 | 0 | 1000111 | 1000011 | 10100 | 101100101 | 111010 | 110011 |
Color Harmonies of #CB3B42
Complementary color
Monochromatic Colors of #CB3B42
Black with #CB3B42
Text Example
Text Example
White with #CB3B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3B42; }
p { color: rgb(203,59,66); }
H1.HeaderClassName
{
color: #CB3B42;
}
.AnyTagClassName
{
color: #CB3B42;
}
</style>
background-color css
<style>
a { background-color: #CB3B42; }
a { background-color: rgb(203,59,66); }
div.DivClassName
{
background-color: #CB3B42;
}
.BgClassName
{
background-color: #CB3B42;
}
</style>
border-color css
<style>
span { border-color: #CB3B42; }
span { border-color: rgb(203,59,66); }
td.TdClassName
{
border-color: #CB3B42;
}
.TagClassName
{
border-color: #CB3B42;
}
</style>