Shades of Mahogany #C82832
Tints of Mahogany #C82832
RGB
CMYK
RGB Variations
Color information
#C82832 (or 0xC82832) is known color: Mahogany. HEX triplet: C8, 28 and 32. RGB value is (200,40,50). Sum of RGB (Red+Green+Blue) = 200+40+50=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C82832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82832 is #37D7CD. Grayscale: #595959. Windows color (decimal): -3659726 or 3287240. OLE color: 3287240.
HSL color Cylindrical-coordinate representation of color #C82832: hue angle of 356.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82832 is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 50 | - |
| CMYK | 0 | 0.8 | 0.75 | 0.22 |
| HSL | 356.25º | 0.67% | 0.47% | - |
| HSV(B) | 356.25º | 0.8% | 0.78% | - |
| XYZ | 25.15 | 14.03 | 4.4 | - |
| YUV | 88.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 50 | 0 | 0.8 | 0.75 | 0.22 | 356.25 | 0.67 | 0.47 |
| Hex | C8 | 28 | 32 | 0 | 50 | 4B | 16 | 164 | 43 | 2F |
| Octal | 310 | 50 | 62 | 0 | 120 | 113 | 26 | 544 | 103 | 57 |
| Binary | 11001000 | 101000 | 110010 | 0 | 1010000 | 1001011 | 10110 | 101100100 | 1000011 | 101111 |
Color Harmonies of #C82832
Complementary color
Monochromatic Colors of #C82832
Black with #C82832
Text Example
Text Example
White with #C82832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82832; }
p { color: rgb(200,40,50); }
H1.HeaderClassName
{
color: #C82832;
}
.AnyTagClassName
{
color: #C82832;
}
</style>
background-color css
<style>
a { background-color: #C82832; }
a { background-color: rgb(200,40,50); }
div.DivClassName
{
background-color: #C82832;
}
.BgClassName
{
background-color: #C82832;
}
</style>
border-color css
<style>
span { border-color: #C82832; }
span { border-color: rgb(200,40,50); }
td.TdClassName
{
border-color: #C82832;
}
.TagClassName
{
border-color: #C82832;
}
</style>