Shades of Mahogany #C82F31
Tints of Mahogany #C82F31
RGB
CMYK
RGB Variations
Color information
#C82F31 (or 0xC82F31) is known color: Mahogany. HEX triplet: C8, 2F and 31. RGB value is (200,47,49). Sum of RGB (Red+Green+Blue) = 200+47+49=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F31 is #37D0CE. Grayscale: #5D5D5D. Windows color (decimal): -3657935 or 3223496. OLE color: 3223496.
HSL color Cylindrical-coordinate representation of color #C82F31: hue angle of 359.22º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F31 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 49 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.22 |
| HSL | 359.22º | 0.62% | 0.48% | - |
| HSV(B) | 359.22º | 0.77% | 0.78% | - |
| XYZ | 25.39 | 14.53 | 4.37 | - |
| YUV | 92.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 49 | 0 | 0.76 | 0.76 | 0.22 | 359.22 | 0.62 | 0.48 |
| Hex | C8 | 2F | 31 | 0 | 4C | 4C | 16 | 167 | 3E | 30 |
| Octal | 310 | 57 | 61 | 0 | 114 | 114 | 26 | 547 | 76 | 60 |
| Binary | 11001000 | 101111 | 110001 | 0 | 1001100 | 1001100 | 10110 | 101100111 | 111110 | 110000 |
Color Harmonies of #C82F31
Complementary color
Monochromatic Colors of #C82F31
Black with #C82F31
Text Example
Text Example
White with #C82F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F31; }
p { color: rgb(200,47,49); }
H1.HeaderClassName
{
color: #C82F31;
}
.AnyTagClassName
{
color: #C82F31;
}
</style>
background-color css
<style>
a { background-color: #C82F31; }
a { background-color: rgb(200,47,49); }
div.DivClassName
{
background-color: #C82F31;
}
.BgClassName
{
background-color: #C82F31;
}
</style>
border-color css
<style>
span { border-color: #C82F31; }
span { border-color: rgb(200,47,49); }
td.TdClassName
{
border-color: #C82F31;
}
.TagClassName
{
border-color: #C82F31;
}
</style>