Shades of Mahogany #C82732
Tints of Mahogany #C82732
RGB
CMYK
RGB Variations
Color information
#C82732 (or 0xC82732) is known color: Mahogany. HEX triplet: C8, 27 and 32. RGB value is (200,39,50). Sum of RGB (Red+Green+Blue) = 200+39+50=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C82732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82732 is #37D8CD. Grayscale: #585858. Windows color (decimal): -3659982 or 3286984. OLE color: 3286984.
HSL color Cylindrical-coordinate representation of color #C82732: hue angle of 355.9º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82732 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 50 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.22 |
| HSL | 355.9º | 0.67% | 0.47% | - |
| HSV(B) | 355.9º | 0.81% | 0.78% | - |
| XYZ | 25.12 | 13.96 | 4.39 | - |
| YUV | 88.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 50 | 0 | 0.80 | 0.75 | 0.22 | 355.9 | 0.67 | 0.47 |
| Hex | C8 | 27 | 32 | 0 | 50 | 4B | 16 | 164 | 43 | 2F |
| Octal | 310 | 47 | 62 | 0 | 120 | 113 | 26 | 544 | 103 | 57 |
| Binary | 11001000 | 100111 | 110010 | 0 | 1010000 | 1001011 | 10110 | 101100100 | 1000011 | 101111 |
Color Harmonies of #C82732
Complementary color
Monochromatic Colors of #C82732
Black with #C82732
Text Example
Text Example
White with #C82732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82732; }
p { color: rgb(200,39,50); }
H1.HeaderClassName
{
color: #C82732;
}
.AnyTagClassName
{
color: #C82732;
}
</style>
background-color css
<style>
a { background-color: #C82732; }
a { background-color: rgb(200,39,50); }
div.DivClassName
{
background-color: #C82732;
}
.BgClassName
{
background-color: #C82732;
}
</style>
border-color css
<style>
span { border-color: #C82732; }
span { border-color: rgb(200,39,50); }
td.TdClassName
{
border-color: #C82732;
}
.TagClassName
{
border-color: #C82732;
}
</style>