Shades of Mahogany #C82F34
Tints of Mahogany #C82F34
RGB
CMYK
RGB Variations
Color information
#C82F34 (or 0xC82F34) is known color: Mahogany. HEX triplet: C8, 2F and 34. RGB value is (200,47,52). Sum of RGB (Red+Green+Blue) = 200+47+52=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82F34 is #37D0CB. Grayscale: #5D5D5D. Windows color (decimal): -3657932 or 3420104. OLE color: 3420104.
HSL color Cylindrical-coordinate representation of color #C82F34: hue angle of 358.04º 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 #C82F34 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 52 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.22 |
| HSL | 358.04º | 0.62% | 0.48% | - |
| HSV(B) | 358.04º | 0.77% | 0.78% | - |
| XYZ | 25.46 | 14.56 | 4.72 | - |
| YUV | 93.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 52 | 0 | 0.76 | 0.74 | 0.22 | 358.04 | 0.62 | 0.48 |
| Hex | C8 | 2F | 34 | 0 | 4C | 4A | 16 | 166 | 3E | 30 |
| Octal | 310 | 57 | 64 | 0 | 114 | 112 | 26 | 546 | 76 | 60 |
| Binary | 11001000 | 101111 | 110100 | 0 | 1001100 | 1001010 | 10110 | 101100110 | 111110 | 110000 |
Color Harmonies of #C82F34
Complementary color
Monochromatic Colors of #C82F34
Black with #C82F34
Text Example
Text Example
White with #C82F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F34; }
p { color: rgb(200,47,52); }
H1.HeaderClassName
{
color: #C82F34;
}
.AnyTagClassName
{
color: #C82F34;
}
</style>
background-color css
<style>
a { background-color: #C82F34; }
a { background-color: rgb(200,47,52); }
div.DivClassName
{
background-color: #C82F34;
}
.BgClassName
{
background-color: #C82F34;
}
</style>
border-color css
<style>
span { border-color: #C82F34; }
span { border-color: rgb(200,47,52); }
td.TdClassName
{
border-color: #C82F34;
}
.TagClassName
{
border-color: #C82F34;
}
</style>