Shades of Mahogany #C82933
Tints of Mahogany #C82933
RGB
CMYK
RGB Variations
Color information
#C82933 (or 0xC82933) is known color: Mahogany. HEX triplet: C8, 29 and 33. RGB value is (200,41,51). Sum of RGB (Red+Green+Blue) = 200+41+51=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C82933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82933 is #37D6CC. Grayscale: #595959. Windows color (decimal): -3659469 or 3353032. OLE color: 3353032.
HSL color Cylindrical-coordinate representation of color #C82933: hue angle of 356.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82933 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 51 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.22 |
| HSL | 356.23º | 0.66% | 0.47% | - |
| HSV(B) | 356.23º | 0.8% | 0.78% | - |
| XYZ | 25.21 | 14.1 | 4.53 | - |
| YUV | 89.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 51 | 0 | 0.80 | 0.74 | 0.22 | 356.23 | 0.66 | 0.47 |
| Hex | C8 | 29 | 33 | 0 | 50 | 4A | 16 | 164 | 42 | 2F |
| Octal | 310 | 51 | 63 | 0 | 120 | 112 | 26 | 544 | 102 | 57 |
| Binary | 11001000 | 101001 | 110011 | 0 | 1010000 | 1001010 | 10110 | 101100100 | 1000010 | 101111 |
Color Harmonies of #C82933
Complementary color
Monochromatic Colors of #C82933
Black with #C82933
Text Example
Text Example
White with #C82933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82933; }
p { color: rgb(200,41,51); }
H1.HeaderClassName
{
color: #C82933;
}
.AnyTagClassName
{
color: #C82933;
}
</style>
background-color css
<style>
a { background-color: #C82933; }
a { background-color: rgb(200,41,51); }
div.DivClassName
{
background-color: #C82933;
}
.BgClassName
{
background-color: #C82933;
}
</style>
border-color css
<style>
span { border-color: #C82933; }
span { border-color: rgb(200,41,51); }
td.TdClassName
{
border-color: #C82933;
}
.TagClassName
{
border-color: #C82933;
}
</style>