Shades of Mahogany #C3323B
Tints of Mahogany #C3323B
RGB
CMYK
RGB Variations
Color information
#C3323B (or 0xC3323B) is known color: Mahogany. HEX triplet: C3, 32 and 3B. RGB value is (195,50,59). Sum of RGB (Red+Green+Blue) = 195+50+59=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3323B is #3CCDC4. Grayscale: #5E5E5E. Windows color (decimal): -3984837 or 3879619. OLE color: 3879619.
HSL color Cylindrical-coordinate representation of color #C3323B: hue angle of 356.28º 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 #C3323B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 59 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.24 |
| HSL | 356.28º | 0.59% | 0.48% | - |
| HSV(B) | 356.28º | 0.74% | 0.76% | - |
| XYZ | 24.44 | 14.2 | 5.59 | - |
| YUV | 94.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 59 | 0 | 0.74 | 0.70 | 0.24 | 356.28 | 0.59 | 0.48 |
| Hex | C3 | 32 | 3B | 0 | 4A | 46 | 18 | 164 | 3B | 30 |
| Octal | 303 | 62 | 73 | 0 | 112 | 106 | 30 | 544 | 73 | 60 |
| Binary | 11000011 | 110010 | 111011 | 0 | 1001010 | 1000110 | 11000 | 101100100 | 111011 | 110000 |
Color Harmonies of #C3323B
Complementary color
Monochromatic Colors of #C3323B
Black with #C3323B
Text Example
Text Example
White with #C3323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3323B; }
p { color: rgb(195,50,59); }
H1.HeaderClassName
{
color: #C3323B;
}
.AnyTagClassName
{
color: #C3323B;
}
</style>
background-color css
<style>
a { background-color: #C3323B; }
a { background-color: rgb(195,50,59); }
div.DivClassName
{
background-color: #C3323B;
}
.BgClassName
{
background-color: #C3323B;
}
</style>
border-color css
<style>
span { border-color: #C3323B; }
span { border-color: rgb(195,50,59); }
td.TdClassName
{
border-color: #C3323B;
}
.TagClassName
{
border-color: #C3323B;
}
</style>