Shades of Mahogany #C82F32
Tints of Mahogany #C82F32
RGB
CMYK
RGB Variations
Color information
#C82F32 (or 0xC82F32) is known color: Mahogany. HEX triplet: C8, 2F and 32. RGB value is (200,47,50). Sum of RGB (Red+Green+Blue) = 200+47+50=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F32 is #37D0CD. Grayscale: #5D5D5D. Windows color (decimal): -3657934 or 3289032. OLE color: 3289032.
HSL color Cylindrical-coordinate representation of color #C82F32: hue angle of 358.82º 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 #C82F32 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 50 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.22 |
| HSL | 358.82º | 0.62% | 0.48% | - |
| HSV(B) | 358.82º | 0.77% | 0.78% | - |
| XYZ | 25.41 | 14.54 | 4.49 | - |
| YUV | 93.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 50 | 0 | 0.76 | 0.75 | 0.22 | 358.82 | 0.62 | 0.48 |
| Hex | C8 | 2F | 32 | 0 | 4C | 4B | 16 | 167 | 3E | 30 |
| Octal | 310 | 57 | 62 | 0 | 114 | 113 | 26 | 547 | 76 | 60 |
| Binary | 11001000 | 101111 | 110010 | 0 | 1001100 | 1001011 | 10110 | 101100111 | 111110 | 110000 |
Color Harmonies of #C82F32
Complementary color
Monochromatic Colors of #C82F32
Black with #C82F32
Text Example
Text Example
White with #C82F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F32; }
p { color: rgb(200,47,50); }
H1.HeaderClassName
{
color: #C82F32;
}
.AnyTagClassName
{
color: #C82F32;
}
</style>
background-color css
<style>
a { background-color: #C82F32; }
a { background-color: rgb(200,47,50); }
div.DivClassName
{
background-color: #C82F32;
}
.BgClassName
{
background-color: #C82F32;
}
</style>
border-color css
<style>
span { border-color: #C82F32; }
span { border-color: rgb(200,47,50); }
td.TdClassName
{
border-color: #C82F32;
}
.TagClassName
{
border-color: #C82F32;
}
</style>