Shades of Mahogany #C6333B
Tints of Mahogany #C6333B
RGB
CMYK
RGB Variations
Color information
#C6333B (or 0xC6333B) is known color: Mahogany. HEX triplet: C6, 33 and 3B. RGB value is (198,51,59). Sum of RGB (Red+Green+Blue) = 198+51+59=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6333B is #39CCC4. Grayscale: #5F5F5F. Windows color (decimal): -3787973 or 3879878. OLE color: 3879878.
HSL color Cylindrical-coordinate representation of color #C6333B: hue angle of 356.73º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6333B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 59 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.22 |
| HSL | 356.73º | 0.59% | 0.49% | - |
| HSV(B) | 356.73º | 0.74% | 0.78% | - |
| XYZ | 25.26 | 14.69 | 5.64 | - |
| YUV | 95.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 59 | 0 | 0.74 | 0.70 | 0.22 | 356.73 | 0.59 | 0.49 |
| Hex | C6 | 33 | 3B | 0 | 4A | 46 | 16 | 165 | 3B | 31 |
| Octal | 306 | 63 | 73 | 0 | 112 | 106 | 26 | 545 | 73 | 61 |
| Binary | 11000110 | 110011 | 111011 | 0 | 1001010 | 1000110 | 10110 | 101100101 | 111011 | 110001 |
Color Harmonies of #C6333B
Complementary color
Monochromatic Colors of #C6333B
Black with #C6333B
Text Example
Text Example
White with #C6333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6333B; }
p { color: rgb(198,51,59); }
H1.HeaderClassName
{
color: #C6333B;
}
.AnyTagClassName
{
color: #C6333B;
}
</style>
background-color css
<style>
a { background-color: #C6333B; }
a { background-color: rgb(198,51,59); }
div.DivClassName
{
background-color: #C6333B;
}
.BgClassName
{
background-color: #C6333B;
}
</style>
border-color css
<style>
span { border-color: #C6333B; }
span { border-color: rgb(198,51,59); }
td.TdClassName
{
border-color: #C6333B;
}
.TagClassName
{
border-color: #C6333B;
}
</style>