Shades of Mahogany #C33038
Tints of Mahogany #C33038
RGB
CMYK
RGB Variations
Color information
#C33038 (or 0xC33038) is known color: Mahogany. HEX triplet: C3, 30 and 38. RGB value is (195,48,56). Sum of RGB (Red+Green+Blue) = 195+48+56=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C33038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33038 is #3CCFC7. Grayscale: #5C5C5C. Windows color (decimal): -3985352 or 3682499. OLE color: 3682499.
HSL color Cylindrical-coordinate representation of color #C33038: hue angle of 356.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33038 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 56 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.24 |
| HSL | 356.73º | 0.6% | 0.48% | - |
| HSV(B) | 356.73º | 0.75% | 0.76% | - |
| XYZ | 24.28 | 14 | 5.16 | - |
| YUV | 92.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 56 | 0 | 0.75 | 0.71 | 0.24 | 356.73 | 0.6 | 0.48 |
| Hex | C3 | 30 | 38 | 0 | 4B | 47 | 18 | 165 | 3C | 30 |
| Octal | 303 | 60 | 70 | 0 | 113 | 107 | 30 | 545 | 74 | 60 |
| Binary | 11000011 | 110000 | 111000 | 0 | 1001011 | 1000111 | 11000 | 101100101 | 111100 | 110000 |
Color Harmonies of #C33038
Complementary color
Monochromatic Colors of #C33038
Black with #C33038
Text Example
Text Example
White with #C33038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33038; }
p { color: rgb(195,48,56); }
H1.HeaderClassName
{
color: #C33038;
}
.AnyTagClassName
{
color: #C33038;
}
</style>
background-color css
<style>
a { background-color: #C33038; }
a { background-color: rgb(195,48,56); }
div.DivClassName
{
background-color: #C33038;
}
.BgClassName
{
background-color: #C33038;
}
</style>
border-color css
<style>
span { border-color: #C33038; }
span { border-color: rgb(195,48,56); }
td.TdClassName
{
border-color: #C33038;
}
.TagClassName
{
border-color: #C33038;
}
</style>