Shades of Mahogany #C62933
Tints of Mahogany #C62933
RGB
CMYK
RGB Variations
Color information
#C62933 (or 0xC62933) is known color: Mahogany. HEX triplet: C6, 29 and 33. RGB value is (198,41,51). Sum of RGB (Red+Green+Blue) = 198+41+51=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C62933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62933 is #39D6CC. Grayscale: #595959. Windows color (decimal): -3790541 or 3353030. OLE color: 3353030.
HSL color Cylindrical-coordinate representation of color #C62933: hue angle of 356.18º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62933 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 51 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.22 |
| HSL | 356.18º | 0.66% | 0.47% | - |
| HSV(B) | 356.18º | 0.79% | 0.78% | - |
| XYZ | 24.68 | 13.83 | 4.5 | - |
| YUV | 89.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 51 | 0 | 0.79 | 0.74 | 0.22 | 356.18 | 0.66 | 0.47 |
| Hex | C6 | 29 | 33 | 0 | 4F | 4A | 16 | 164 | 42 | 2F |
| Octal | 306 | 51 | 63 | 0 | 117 | 112 | 26 | 544 | 102 | 57 |
| Binary | 11000110 | 101001 | 110011 | 0 | 1001111 | 1001010 | 10110 | 101100100 | 1000010 | 101111 |
Color Harmonies of #C62933
Complementary color
Monochromatic Colors of #C62933
Black with #C62933
Text Example
Text Example
White with #C62933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62933; }
p { color: rgb(198,41,51); }
H1.HeaderClassName
{
color: #C62933;
}
.AnyTagClassName
{
color: #C62933;
}
</style>
background-color css
<style>
a { background-color: #C62933; }
a { background-color: rgb(198,41,51); }
div.DivClassName
{
background-color: #C62933;
}
.BgClassName
{
background-color: #C62933;
}
</style>
border-color css
<style>
span { border-color: #C62933; }
span { border-color: rgb(198,41,51); }
td.TdClassName
{
border-color: #C62933;
}
.TagClassName
{
border-color: #C62933;
}
</style>