Shades of Mahogany #CA2629
Tints of Mahogany #CA2629
RGB
CMYK
RGB Variations
Color information
#CA2629 (or 0xCA2629) is known color: Mahogany. HEX triplet: CA, 26 and 29. RGB value is (202,38,41). Sum of RGB (Red+Green+Blue) = 202+38+41=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2629 is #35D9D6. Grayscale: #575757. Windows color (decimal): -3529175 or 2696906. OLE color: 2696906.
HSL color Cylindrical-coordinate representation of color #CA2629: hue angle of 358.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2629 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 41 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.21 |
| HSL | 358.9º | 0.68% | 0.47% | - |
| HSV(B) | 358.9º | 0.81% | 0.79% | - |
| XYZ | 25.45 | 14.1 | 3.48 | - |
| YUV | 87.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 41 | 0 | 0.81 | 0.80 | 0.21 | 358.9 | 0.68 | 0.47 |
| Hex | CA | 26 | 29 | 0 | 51 | 50 | 15 | 167 | 44 | 2F |
| Octal | 312 | 46 | 51 | 0 | 121 | 120 | 25 | 547 | 104 | 57 |
| Binary | 11001010 | 100110 | 101001 | 0 | 1010001 | 1010000 | 10101 | 101100111 | 1000100 | 101111 |
Color Harmonies of #CA2629
Complementary color
Monochromatic Colors of #CA2629
Black with #CA2629
Text Example
Text Example
White with #CA2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2629; }
p { color: rgb(202,38,41); }
H1.HeaderClassName
{
color: #CA2629;
}
.AnyTagClassName
{
color: #CA2629;
}
</style>
background-color css
<style>
a { background-color: #CA2629; }
a { background-color: rgb(202,38,41); }
div.DivClassName
{
background-color: #CA2629;
}
.BgClassName
{
background-color: #CA2629;
}
</style>
border-color css
<style>
span { border-color: #CA2629; }
span { border-color: rgb(202,38,41); }
td.TdClassName
{
border-color: #CA2629;
}
.TagClassName
{
border-color: #CA2629;
}
</style>