Shades of Mahogany #C33334
Tints of Mahogany #C33334
RGB
CMYK
RGB Variations
Color information
#C33334 (or 0xC33334) is known color: Mahogany. HEX triplet: C3, 33 and 34. RGB value is (195,51,52). Sum of RGB (Red+Green+Blue) = 195+51+52=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C33334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33334 is #3CCCCB. Grayscale: #5E5E5E. Windows color (decimal): -3984588 or 3421123. OLE color: 3421123.
HSL color Cylindrical-coordinate representation of color #C33334: hue angle of 359.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33334 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 52 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.24 |
| HSL | 359.58º | 0.59% | 0.48% | - |
| HSV(B) | 359.58º | 0.74% | 0.76% | - |
| XYZ | 24.31 | 14.22 | 4.71 | - |
| YUV | 94.17 | 104.21 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 52 | 0 | 0.74 | 0.73 | 0.24 | 359.58 | 0.59 | 0.48 |
| Hex | C3 | 33 | 34 | 0 | 4A | 49 | 18 | 168 | 3B | 30 |
| Octal | 303 | 63 | 64 | 0 | 112 | 111 | 30 | 550 | 73 | 60 |
| Binary | 11000011 | 110011 | 110100 | 0 | 1001010 | 1001001 | 11000 | 101101000 | 111011 | 110000 |
Color Harmonies of #C33334
Complementary color
Monochromatic Colors of #C33334
Black with #C33334
Text Example
Text Example
White with #C33334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33334; }
p { color: rgb(195,51,52); }
H1.HeaderClassName
{
color: #C33334;
}
.AnyTagClassName
{
color: #C33334;
}
</style>
background-color css
<style>
a { background-color: #C33334; }
a { background-color: rgb(195,51,52); }
div.DivClassName
{
background-color: #C33334;
}
.BgClassName
{
background-color: #C33334;
}
</style>
border-color css
<style>
span { border-color: #C33334; }
span { border-color: rgb(195,51,52); }
td.TdClassName
{
border-color: #C33334;
}
.TagClassName
{
border-color: #C33334;
}
</style>