Shades of Mahogany #C82932
Tints of Mahogany #C82932
RGB
CMYK
RGB Variations
Color information
#C82932 (or 0xC82932) is known color: Mahogany. HEX triplet: C8, 29 and 32. RGB value is (200,41,50). Sum of RGB (Red+Green+Blue) = 200+41+50=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C82932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82932 is #37D6CD. Grayscale: #595959. Windows color (decimal): -3659470 or 3287496. OLE color: 3287496.
HSL color Cylindrical-coordinate representation of color #C82932: hue angle of 356.6º degrees, saturation: 0.66, 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 #C82932 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 50 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.22 |
| HSL | 356.6º | 0.66% | 0.47% | - |
| HSV(B) | 356.6º | 0.8% | 0.78% | - |
| XYZ | 25.19 | 14.1 | 4.41 | - |
| YUV | 89.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 50 | 0 | 0.80 | 0.75 | 0.22 | 356.6 | 0.66 | 0.47 |
| Hex | C8 | 29 | 32 | 0 | 50 | 4B | 16 | 165 | 42 | 2F |
| Octal | 310 | 51 | 62 | 0 | 120 | 113 | 26 | 545 | 102 | 57 |
| Binary | 11001000 | 101001 | 110010 | 0 | 1010000 | 1001011 | 10110 | 101100101 | 1000010 | 101111 |
Color Harmonies of #C82932
Complementary color
Monochromatic Colors of #C82932
Black with #C82932
Text Example
Text Example
White with #C82932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82932; }
p { color: rgb(200,41,50); }
H1.HeaderClassName
{
color: #C82932;
}
.AnyTagClassName
{
color: #C82932;
}
</style>
background-color css
<style>
a { background-color: #C82932; }
a { background-color: rgb(200,41,50); }
div.DivClassName
{
background-color: #C82932;
}
.BgClassName
{
background-color: #C82932;
}
</style>
border-color css
<style>
span { border-color: #C82932; }
span { border-color: rgb(200,41,50); }
td.TdClassName
{
border-color: #C82932;
}
.TagClassName
{
border-color: #C82932;
}
</style>