Shades of Mahogany #C33637
Tints of Mahogany #C33637
RGB
CMYK
RGB Variations
Color information
#C33637 (or 0xC33637) is known color: Mahogany. HEX triplet: C3, 36 and 37. RGB value is (195,54,55). Sum of RGB (Red+Green+Blue) = 195+54+55=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C33637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33637 is #3CC9C8. Grayscale: #606060. Windows color (decimal): -3983817 or 3618499. OLE color: 3618499.
HSL color Cylindrical-coordinate representation of color #C33637: hue angle of 359.57º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33637 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 55 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.24 |
| HSL | 359.57º | 0.57% | 0.49% | - |
| HSV(B) | 359.57º | 0.72% | 0.76% | - |
| XYZ | 24.51 | 14.52 | 5.12 | - |
| YUV | 96.27 | 104.71 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 55 | 0 | 0.72 | 0.72 | 0.24 | 359.57 | 0.57 | 0.49 |
| Hex | C3 | 36 | 37 | 0 | 48 | 48 | 18 | 168 | 39 | 31 |
| Octal | 303 | 66 | 67 | 0 | 110 | 110 | 30 | 550 | 71 | 61 |
| Binary | 11000011 | 110110 | 110111 | 0 | 1001000 | 1001000 | 11000 | 101101000 | 111001 | 110001 |
Color Harmonies of #C33637
Complementary color
Monochromatic Colors of #C33637
Black with #C33637
Text Example
Text Example
White with #C33637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33637; }
p { color: rgb(195,54,55); }
H1.HeaderClassName
{
color: #C33637;
}
.AnyTagClassName
{
color: #C33637;
}
</style>
background-color css
<style>
a { background-color: #C33637; }
a { background-color: rgb(195,54,55); }
div.DivClassName
{
background-color: #C33637;
}
.BgClassName
{
background-color: #C33637;
}
</style>
border-color css
<style>
span { border-color: #C33637; }
span { border-color: rgb(195,54,55); }
td.TdClassName
{
border-color: #C33637;
}
.TagClassName
{
border-color: #C33637;
}
</style>