Shades of Mahogany #C83237
Tints of Mahogany #C83237
RGB
CMYK
RGB Variations
Color information
#C83237 (or 0xC83237) is known color: Mahogany. HEX triplet: C8, 32 and 37. RGB value is (200,50,55). Sum of RGB (Red+Green+Blue) = 200+50+55=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83237 is #37CDC8. Grayscale: #5F5F5F. Windows color (decimal): -3657161 or 3617480. OLE color: 3617480.
HSL color Cylindrical-coordinate representation of color #C83237: hue angle of 358º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83237 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 55 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.22 |
| HSL | 358º | 0.6% | 0.49% | - |
| HSV(B) | 358º | 0.75% | 0.78% | - |
| XYZ | 25.65 | 14.84 | 5.13 | - |
| YUV | 95.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 55 | 0 | 0.75 | 0.72 | 0.22 | 358 | 0.6 | 0.49 |
| Hex | C8 | 32 | 37 | 0 | 4B | 48 | 16 | 166 | 3C | 31 |
| Octal | 310 | 62 | 67 | 0 | 113 | 110 | 26 | 546 | 74 | 61 |
| Binary | 11001000 | 110010 | 110111 | 0 | 1001011 | 1001000 | 10110 | 101100110 | 111100 | 110001 |
Color Harmonies of #C83237
Complementary color
Monochromatic Colors of #C83237
Black with #C83237
Text Example
Text Example
White with #C83237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83237; }
p { color: rgb(200,50,55); }
H1.HeaderClassName
{
color: #C83237;
}
.AnyTagClassName
{
color: #C83237;
}
</style>
background-color css
<style>
a { background-color: #C83237; }
a { background-color: rgb(200,50,55); }
div.DivClassName
{
background-color: #C83237;
}
.BgClassName
{
background-color: #C83237;
}
</style>
border-color css
<style>
span { border-color: #C83237; }
span { border-color: rgb(200,50,55); }
td.TdClassName
{
border-color: #C83237;
}
.TagClassName
{
border-color: #C83237;
}
</style>