Shades of Mahogany #C82833
Tints of Mahogany #C82833
RGB
CMYK
RGB Variations
Color information
#C82833 (or 0xC82833) is known color: Mahogany. HEX triplet: C8, 28 and 33. RGB value is (200,40,51). Sum of RGB (Red+Green+Blue) = 200+40+51=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C82833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82833 is #37D7CC. Grayscale: #595959. Windows color (decimal): -3659725 or 3352776. OLE color: 3352776.
HSL color Cylindrical-coordinate representation of color #C82833: hue angle of 355.88º 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 #C82833 is Cyan = 0, Magento = 0.8, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 51 | - |
| CMYK | 0 | 0.8 | 0.74 | 0.22 |
| HSL | 355.88º | 0.67% | 0.47% | - |
| HSV(B) | 355.88º | 0.8% | 0.78% | - |
| XYZ | 25.18 | 14.04 | 4.51 | - |
| YUV | 89.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 51 | 0 | 0.8 | 0.74 | 0.22 | 355.88 | 0.67 | 0.47 |
| Hex | C8 | 28 | 33 | 0 | 50 | 4A | 16 | 164 | 43 | 2F |
| Octal | 310 | 50 | 63 | 0 | 120 | 112 | 26 | 544 | 103 | 57 |
| Binary | 11001000 | 101000 | 110011 | 0 | 1010000 | 1001010 | 10110 | 101100100 | 1000011 | 101111 |
Color Harmonies of #C82833
Complementary color
Monochromatic Colors of #C82833
Black with #C82833
Text Example
Text Example
White with #C82833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82833; }
p { color: rgb(200,40,51); }
H1.HeaderClassName
{
color: #C82833;
}
.AnyTagClassName
{
color: #C82833;
}
</style>
background-color css
<style>
a { background-color: #C82833; }
a { background-color: rgb(200,40,51); }
div.DivClassName
{
background-color: #C82833;
}
.BgClassName
{
background-color: #C82833;
}
</style>
border-color css
<style>
span { border-color: #C82833; }
span { border-color: rgb(200,40,51); }
td.TdClassName
{
border-color: #C82833;
}
.TagClassName
{
border-color: #C82833;
}
</style>