Shades of Mahogany #C33539
Tints of Mahogany #C33539
RGB
CMYK
RGB Variations
Color information
#C33539 (or 0xC33539) is known color: Mahogany. HEX triplet: C3, 35 and 39. RGB value is (195,53,57). Sum of RGB (Red+Green+Blue) = 195+53+57=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C33539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33539 is #3CCAC6. Grayscale: #606060. Windows color (decimal): -3984071 or 3749315. OLE color: 3749315.
HSL color Cylindrical-coordinate representation of color #C33539: hue angle of 358.31º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33539 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 57 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.24 |
| HSL | 358.31º | 0.57% | 0.49% | - |
| HSV(B) | 358.31º | 0.73% | 0.76% | - |
| XYZ | 24.52 | 14.44 | 5.37 | - |
| YUV | 95.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 57 | 0 | 0.73 | 0.71 | 0.24 | 358.31 | 0.57 | 0.49 |
| Hex | C3 | 35 | 39 | 0 | 49 | 47 | 18 | 166 | 39 | 31 |
| Octal | 303 | 65 | 71 | 0 | 111 | 107 | 30 | 546 | 71 | 61 |
| Binary | 11000011 | 110101 | 111001 | 0 | 1001001 | 1000111 | 11000 | 101100110 | 111001 | 110001 |
Color Harmonies of #C33539
Complementary color
Monochromatic Colors of #C33539
Black with #C33539
Text Example
Text Example
White with #C33539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33539; }
p { color: rgb(195,53,57); }
H1.HeaderClassName
{
color: #C33539;
}
.AnyTagClassName
{
color: #C33539;
}
</style>
background-color css
<style>
a { background-color: #C33539; }
a { background-color: rgb(195,53,57); }
div.DivClassName
{
background-color: #C33539;
}
.BgClassName
{
background-color: #C33539;
}
</style>
border-color css
<style>
span { border-color: #C33539; }
span { border-color: rgb(195,53,57); }
td.TdClassName
{
border-color: #C33539;
}
.TagClassName
{
border-color: #C33539;
}
</style>