Shades of Mahogany #CB353D
Tints of Mahogany #CB353D
RGB
CMYK
RGB Variations
Color information
#CB353D (or 0xCB353D) is known color: Mahogany. HEX triplet: CB, 35 and 3D. RGB value is (203,53,61). Sum of RGB (Red+Green+Blue) = 203+53+61=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB353D is #34CAC2. Grayscale: #626262. Windows color (decimal): -3459779 or 4011467. OLE color: 4011467.
HSL color Cylindrical-coordinate representation of color #CB353D: hue angle of 356.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB353D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 61 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.20 |
| HSL | 356.8º | 0.59% | 0.5% | - |
| HSV(B) | 356.8º | 0.74% | 0.8% | - |
| XYZ | 26.74 | 15.58 | 6.01 | - |
| YUV | 98.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 61 | 0 | 0.74 | 0.70 | 0.20 | 356.8 | 0.59 | 0.5 |
| Hex | CB | 35 | 3D | 0 | 4A | 46 | 14 | 165 | 3B | 32 |
| Octal | 313 | 65 | 75 | 0 | 112 | 106 | 24 | 545 | 73 | 62 |
| Binary | 11001011 | 110101 | 111101 | 0 | 1001010 | 1000110 | 10100 | 101100101 | 111011 | 110010 |
Color Harmonies of #CB353D
Complementary color
Monochromatic Colors of #CB353D
Black with #CB353D
Text Example
Text Example
White with #CB353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB353D; }
p { color: rgb(203,53,61); }
H1.HeaderClassName
{
color: #CB353D;
}
.AnyTagClassName
{
color: #CB353D;
}
</style>
background-color css
<style>
a { background-color: #CB353D; }
a { background-color: rgb(203,53,61); }
div.DivClassName
{
background-color: #CB353D;
}
.BgClassName
{
background-color: #CB353D;
}
</style>
border-color css
<style>
span { border-color: #CB353D; }
span { border-color: rgb(203,53,61); }
td.TdClassName
{
border-color: #CB353D;
}
.TagClassName
{
border-color: #CB353D;
}
</style>