Shades of Mahogany #C82B37
Tints of Mahogany #C82B37
RGB
CMYK
RGB Variations
Color information
#C82B37 (or 0xC82B37) is known color: Mahogany. HEX triplet: C8, 2B and 37. RGB value is (200,43,55). Sum of RGB (Red+Green+Blue) = 200+43+55=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B37 is #37D4C8. Grayscale: #5B5B5B. Windows color (decimal): -3658953 or 3615688. OLE color: 3615688.
HSL color Cylindrical-coordinate representation of color #C82B37: hue angle of 355.41º 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 #C82B37 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 55 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.22 |
| HSL | 355.41º | 0.65% | 0.48% | - |
| HSV(B) | 355.41º | 0.79% | 0.78% | - |
| XYZ | 25.37 | 14.28 | 5.03 | - |
| YUV | 91.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 55 | 0 | 0.78 | 0.72 | 0.22 | 355.41 | 0.65 | 0.48 |
| Hex | C8 | 2B | 37 | 0 | 4E | 48 | 16 | 163 | 41 | 30 |
| Octal | 310 | 53 | 67 | 0 | 116 | 110 | 26 | 543 | 101 | 60 |
| Binary | 11001000 | 101011 | 110111 | 0 | 1001110 | 1001000 | 10110 | 101100011 | 1000001 | 110000 |
Color Harmonies of #C82B37
Complementary color
Monochromatic Colors of #C82B37
Black with #C82B37
Text Example
Text Example
White with #C82B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82B37; }
p { color: rgb(200,43,55); }
H1.HeaderClassName
{
color: #C82B37;
}
.AnyTagClassName
{
color: #C82B37;
}
</style>
background-color css
<style>
a { background-color: #C82B37; }
a { background-color: rgb(200,43,55); }
div.DivClassName
{
background-color: #C82B37;
}
.BgClassName
{
background-color: #C82B37;
}
</style>
border-color css
<style>
span { border-color: #C82B37; }
span { border-color: rgb(200,43,55); }
td.TdClassName
{
border-color: #C82B37;
}
.TagClassName
{
border-color: #C82B37;
}
</style>