Shades of Mahogany #CA393B
Tints of Mahogany #CA393B
RGB
CMYK
RGB Variations
Color information
#CA393B (or 0xCA393B) is known color: Mahogany. HEX triplet: CA, 39 and 3B. RGB value is (202,57,59). Sum of RGB (Red+Green+Blue) = 202+57+59=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA393B is #35C6C4. Grayscale: #646464. Windows color (decimal): -3524293 or 3881418. OLE color: 3881418.
HSL color Cylindrical-coordinate representation of color #CA393B: hue angle of 359.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA393B is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 59 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.21 |
| HSL | 359.17º | 0.58% | 0.51% | - |
| HSV(B) | 359.17º | 0.72% | 0.79% | - |
| XYZ | 26.61 | 15.8 | 5.78 | - |
| YUV | 100.58 | 104.54 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 59 | 0 | 0.72 | 0.71 | 0.21 | 359.17 | 0.58 | 0.51 |
| Hex | CA | 39 | 3B | 0 | 48 | 47 | 15 | 167 | 3A | 33 |
| Octal | 312 | 71 | 73 | 0 | 110 | 107 | 25 | 547 | 72 | 63 |
| Binary | 11001010 | 111001 | 111011 | 0 | 1001000 | 1000111 | 10101 | 101100111 | 111010 | 110011 |
Color Harmonies of #CA393B
Complementary color
Monochromatic Colors of #CA393B
Black with #CA393B
Text Example
Text Example
White with #CA393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA393B; }
p { color: rgb(202,57,59); }
H1.HeaderClassName
{
color: #CA393B;
}
.AnyTagClassName
{
color: #CA393B;
}
</style>
background-color css
<style>
a { background-color: #CA393B; }
a { background-color: rgb(202,57,59); }
div.DivClassName
{
background-color: #CA393B;
}
.BgClassName
{
background-color: #CA393B;
}
</style>
border-color css
<style>
span { border-color: #CA393B; }
span { border-color: rgb(202,57,59); }
td.TdClassName
{
border-color: #CA393B;
}
.TagClassName
{
border-color: #CA393B;
}
</style>