Shades of Mahogany #C33C3D
Tints of Mahogany #C33C3D
RGB
CMYK
RGB Variations
Color information
#C33C3D (or 0xC33C3D) is known color: Mahogany. HEX triplet: C3, 3C and 3D. RGB value is (195,60,61). Sum of RGB (Red+Green+Blue) = 195+60+61=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C3D is #3CC3C2. Grayscale: #646464. Windows color (decimal): -3982275 or 4013251. OLE color: 4013251.
HSL color Cylindrical-coordinate representation of color #C33C3D: hue angle of 359.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C3D is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 61 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.24 |
| HSL | 359.56º | 0.53% | 0.5% | - |
| HSV(B) | 359.56º | 0.69% | 0.76% | - |
| XYZ | 24.96 | 15.17 | 6.03 | - |
| YUV | 100.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 61 | 0 | 0.69 | 0.69 | 0.24 | 359.56 | 0.53 | 0.5 |
| Hex | C3 | 3C | 3D | 0 | 45 | 45 | 18 | 168 | 35 | 32 |
| Octal | 303 | 74 | 75 | 0 | 105 | 105 | 30 | 550 | 65 | 62 |
| Binary | 11000011 | 111100 | 111101 | 0 | 1000101 | 1000101 | 11000 | 101101000 | 110101 | 110010 |
Color Harmonies of #C33C3D
Complementary color
Monochromatic Colors of #C33C3D
Black with #C33C3D
Text Example
Text Example
White with #C33C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C3D; }
p { color: rgb(195,60,61); }
H1.HeaderClassName
{
color: #C33C3D;
}
.AnyTagClassName
{
color: #C33C3D;
}
</style>
background-color css
<style>
a { background-color: #C33C3D; }
a { background-color: rgb(195,60,61); }
div.DivClassName
{
background-color: #C33C3D;
}
.BgClassName
{
background-color: #C33C3D;
}
</style>
border-color css
<style>
span { border-color: #C33C3D; }
span { border-color: rgb(195,60,61); }
td.TdClassName
{
border-color: #C33C3D;
}
.TagClassName
{
border-color: #C33C3D;
}
</style>