Shades of Mahogany #CA343B
Tints of Mahogany #CA343B
RGB
CMYK
RGB Variations
Color information
#CA343B (or 0xCA343B) is known color: Mahogany. HEX triplet: CA, 34 and 3B. RGB value is (202,52,59). Sum of RGB (Red+Green+Blue) = 202+52+59=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA343B is #35CBC4. Grayscale: #616161. Windows color (decimal): -3525573 or 3880138. OLE color: 3880138.
HSL color Cylindrical-coordinate representation of color #CA343B: hue angle of 357.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA343B is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 59 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.21 |
| HSL | 357.2º | 0.59% | 0.5% | - |
| HSV(B) | 357.2º | 0.74% | 0.79% | - |
| XYZ | 26.37 | 15.33 | 5.71 | - |
| YUV | 97.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 59 | 0 | 0.74 | 0.71 | 0.21 | 357.2 | 0.59 | 0.5 |
| Hex | CA | 34 | 3B | 0 | 4A | 47 | 15 | 165 | 3B | 32 |
| Octal | 312 | 64 | 73 | 0 | 112 | 107 | 25 | 545 | 73 | 62 |
| Binary | 11001010 | 110100 | 111011 | 0 | 1001010 | 1000111 | 10101 | 101100101 | 111011 | 110010 |
Color Harmonies of #CA343B
Complementary color
Monochromatic Colors of #CA343B
Black with #CA343B
Text Example
Text Example
White with #CA343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA343B; }
p { color: rgb(202,52,59); }
H1.HeaderClassName
{
color: #CA343B;
}
.AnyTagClassName
{
color: #CA343B;
}
</style>
background-color css
<style>
a { background-color: #CA343B; }
a { background-color: rgb(202,52,59); }
div.DivClassName
{
background-color: #CA343B;
}
.BgClassName
{
background-color: #CA343B;
}
</style>
border-color css
<style>
span { border-color: #CA343B; }
span { border-color: rgb(202,52,59); }
td.TdClassName
{
border-color: #CA343B;
}
.TagClassName
{
border-color: #CA343B;
}
</style>