Shades of Mahogany #C62833
Tints of Mahogany #C62833
RGB
CMYK
RGB Variations
Color information
#C62833 (or 0xC62833) is known color: Mahogany. HEX triplet: C6, 28 and 33. RGB value is (198,40,51). Sum of RGB (Red+Green+Blue) = 198+40+51=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C62833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62833 is #39D7CC. Grayscale: #585858. Windows color (decimal): -3790797 or 3352774. OLE color: 3352774.
HSL color Cylindrical-coordinate representation of color #C62833: hue angle of 355.82º 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 #C62833 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 51 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.22 |
| HSL | 355.82º | 0.66% | 0.47% | - |
| HSV(B) | 355.82º | 0.8% | 0.78% | - |
| XYZ | 24.65 | 13.76 | 4.49 | - |
| YUV | 88.5 | 106.85 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 51 | 0 | 0.80 | 0.74 | 0.22 | 355.82 | 0.66 | 0.47 |
| Hex | C6 | 28 | 33 | 0 | 50 | 4A | 16 | 164 | 42 | 2F |
| Octal | 306 | 50 | 63 | 0 | 120 | 112 | 26 | 544 | 102 | 57 |
| Binary | 11000110 | 101000 | 110011 | 0 | 1010000 | 1001010 | 10110 | 101100100 | 1000010 | 101111 |
Color Harmonies of #C62833
Complementary color
Monochromatic Colors of #C62833
Black with #C62833
Text Example
Text Example
White with #C62833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62833; }
p { color: rgb(198,40,51); }
H1.HeaderClassName
{
color: #C62833;
}
.AnyTagClassName
{
color: #C62833;
}
</style>
background-color css
<style>
a { background-color: #C62833; }
a { background-color: rgb(198,40,51); }
div.DivClassName
{
background-color: #C62833;
}
.BgClassName
{
background-color: #C62833;
}
</style>
border-color css
<style>
span { border-color: #C62833; }
span { border-color: rgb(198,40,51); }
td.TdClassName
{
border-color: #C62833;
}
.TagClassName
{
border-color: #C62833;
}
</style>