Shades of Mahogany #C3333A
Tints of Mahogany #C3333A
RGB
CMYK
RGB Variations
Color information
#C3333A (or 0xC3333A) is known color: Mahogany. HEX triplet: C3, 33 and 3A. RGB value is (195,51,58). Sum of RGB (Red+Green+Blue) = 195+51+58=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3333A is #3CCCC5. Grayscale: #5E5E5E. Windows color (decimal): -3984582 or 3814339. OLE color: 3814339.
HSL color Cylindrical-coordinate representation of color #C3333A: hue angle of 357.08º 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 #C3333A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 58 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.24 |
| HSL | 357.08º | 0.59% | 0.48% | - |
| HSV(B) | 357.08º | 0.74% | 0.76% | - |
| XYZ | 24.45 | 14.28 | 5.47 | - |
| YUV | 94.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 58 | 0 | 0.74 | 0.70 | 0.24 | 357.08 | 0.59 | 0.48 |
| Hex | C3 | 33 | 3A | 0 | 4A | 46 | 18 | 165 | 3B | 30 |
| Octal | 303 | 63 | 72 | 0 | 112 | 106 | 30 | 545 | 73 | 60 |
| Binary | 11000011 | 110011 | 111010 | 0 | 1001010 | 1000110 | 11000 | 101100101 | 111011 | 110000 |
Color Harmonies of #C3333A
Complementary color
Monochromatic Colors of #C3333A
Black with #C3333A
Text Example
Text Example
White with #C3333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3333A; }
p { color: rgb(195,51,58); }
H1.HeaderClassName
{
color: #C3333A;
}
.AnyTagClassName
{
color: #C3333A;
}
</style>
background-color css
<style>
a { background-color: #C3333A; }
a { background-color: rgb(195,51,58); }
div.DivClassName
{
background-color: #C3333A;
}
.BgClassName
{
background-color: #C3333A;
}
</style>
border-color css
<style>
span { border-color: #C3333A; }
span { border-color: rgb(195,51,58); }
td.TdClassName
{
border-color: #C3333A;
}
.TagClassName
{
border-color: #C3333A;
}
</style>