Shades of Mahogany #C82C2F
Tints of Mahogany #C82C2F
RGB
CMYK
RGB Variations
Color information
#C82C2F (or 0xC82C2F) is known color: Mahogany. HEX triplet: C8, 2C and 2F. RGB value is (200,44,47). Sum of RGB (Red+Green+Blue) = 200+44+47=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C2F is #37D3D0. Grayscale: #5B5B5B. Windows color (decimal): -3658705 or 3091656. OLE color: 3091656.
HSL color Cylindrical-coordinate representation of color #C82C2F: hue angle of 358.85º degrees, saturation: 0.64, 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 #C82C2F is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 47 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.22 |
| HSL | 358.85º | 0.64% | 0.48% | - |
| HSV(B) | 358.85º | 0.78% | 0.78% | - |
| XYZ | 25.23 | 14.29 | 4.12 | - |
| YUV | 90.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 47 | 0 | 0.78 | 0.76 | 0.22 | 358.85 | 0.64 | 0.48 |
| Hex | C8 | 2C | 2F | 0 | 4E | 4C | 16 | 167 | 40 | 30 |
| Octal | 310 | 54 | 57 | 0 | 116 | 114 | 26 | 547 | 100 | 60 |
| Binary | 11001000 | 101100 | 101111 | 0 | 1001110 | 1001100 | 10110 | 101100111 | 1000000 | 110000 |
Color Harmonies of #C82C2F
Complementary color
Monochromatic Colors of #C82C2F
Black with #C82C2F
Text Example
Text Example
White with #C82C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C2F; }
p { color: rgb(200,44,47); }
H1.HeaderClassName
{
color: #C82C2F;
}
.AnyTagClassName
{
color: #C82C2F;
}
</style>
background-color css
<style>
a { background-color: #C82C2F; }
a { background-color: rgb(200,44,47); }
div.DivClassName
{
background-color: #C82C2F;
}
.BgClassName
{
background-color: #C82C2F;
}
</style>
border-color css
<style>
span { border-color: #C82C2F; }
span { border-color: rgb(200,44,47); }
td.TdClassName
{
border-color: #C82C2F;
}
.TagClassName
{
border-color: #C82C2F;
}
</style>