Shades of Mahogany #C82B31
Tints of Mahogany #C82B31
RGB
CMYK
RGB Variations
Color information
#C82B31 (or 0xC82B31) is known color: Mahogany. HEX triplet: C8, 2B and 31. RGB value is (200,43,49). Sum of RGB (Red+Green+Blue) = 200+43+49=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B31 is #37D4CE. Grayscale: #5A5A5A. Windows color (decimal): -3658959 or 3222472. OLE color: 3222472.
HSL color Cylindrical-coordinate representation of color #C82B31: hue angle of 357.71º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82B31 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 49 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.22 |
| HSL | 357.71º | 0.65% | 0.48% | - |
| HSV(B) | 357.71º | 0.79% | 0.78% | - |
| XYZ | 25.24 | 14.23 | 4.32 | - |
| YUV | 90.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 49 | 0 | 0.78 | 0.76 | 0.22 | 357.71 | 0.65 | 0.48 |
| Hex | C8 | 2B | 31 | 0 | 4E | 4C | 16 | 166 | 41 | 30 |
| Octal | 310 | 53 | 61 | 0 | 116 | 114 | 26 | 546 | 101 | 60 |
| Binary | 11001000 | 101011 | 110001 | 0 | 1001110 | 1001100 | 10110 | 101100110 | 1000001 | 110000 |
Color Harmonies of #C82B31
Complementary color
Monochromatic Colors of #C82B31
Black with #C82B31
Text Example
Text Example
White with #C82B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82B31; }
p { color: rgb(200,43,49); }
H1.HeaderClassName
{
color: #C82B31;
}
.AnyTagClassName
{
color: #C82B31;
}
</style>
background-color css
<style>
a { background-color: #C82B31; }
a { background-color: rgb(200,43,49); }
div.DivClassName
{
background-color: #C82B31;
}
.BgClassName
{
background-color: #C82B31;
}
</style>
border-color css
<style>
span { border-color: #C82B31; }
span { border-color: rgb(200,43,49); }
td.TdClassName
{
border-color: #C82B31;
}
.TagClassName
{
border-color: #C82B31;
}
</style>