Shades of Mahogany #CB3F40
Tints of Mahogany #CB3F40
RGB
CMYK
RGB Variations
Color information
#CB3F40 (or 0xCB3F40) is known color: Mahogany. HEX triplet: CB, 3F and 40. RGB value is (203,63,64). Sum of RGB (Red+Green+Blue) = 203+63+64=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F40 is #34C0BF. Grayscale: #696969. Windows color (decimal): -3457216 or 4210635. OLE color: 4210635.
HSL color Cylindrical-coordinate representation of color #CB3F40: hue angle of 359.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3F40 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 64 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.20 |
| HSL | 359.57º | 0.57% | 0.52% | - |
| HSV(B) | 359.57º | 0.69% | 0.8% | - |
| XYZ | 27.33 | 16.62 | 6.62 | - |
| YUV | 104.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 64 | 0 | 0.69 | 0.68 | 0.20 | 359.57 | 0.57 | 0.52 |
| Hex | CB | 3F | 40 | 0 | 45 | 44 | 14 | 168 | 39 | 34 |
| Octal | 313 | 77 | 100 | 0 | 105 | 104 | 24 | 550 | 71 | 64 |
| Binary | 11001011 | 111111 | 1000000 | 0 | 1000101 | 1000100 | 10100 | 101101000 | 111001 | 110100 |
Color Harmonies of #CB3F40
Complementary color
Monochromatic Colors of #CB3F40
Black with #CB3F40
Text Example
Text Example
White with #CB3F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F40; }
p { color: rgb(203,63,64); }
H1.HeaderClassName
{
color: #CB3F40;
}
.AnyTagClassName
{
color: #CB3F40;
}
</style>
background-color css
<style>
a { background-color: #CB3F40; }
a { background-color: rgb(203,63,64); }
div.DivClassName
{
background-color: #CB3F40;
}
.BgClassName
{
background-color: #CB3F40;
}
</style>
border-color css
<style>
span { border-color: #CB3F40; }
span { border-color: rgb(203,63,64); }
td.TdClassName
{
border-color: #CB3F40;
}
.TagClassName
{
border-color: #CB3F40;
}
</style>