Shades of Mardi Gras #3D143C
Tints of Mardi Gras #3D143C
RGB
CMYK
RGB Variations
Color information
#3D143C (or 0x3D143C) is known color: Mardi Gras. HEX triplet: 3D, 14 and 3C. RGB value is (61,20,60). Sum of RGB (Red+Green+Blue) = 61+20+60=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 61 - color contains mainly: red. Hex color #3D143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D143C is #C2EBC3. Grayscale: #242424. Windows color (decimal): -12774340 or 3937341. OLE color: 3937341.
HSL color Cylindrical-coordinate representation of color #3D143C: hue angle of 301.46º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D143C is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 60 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.76 |
| HSL | 301.46º | 0.51% | 0.16% | - |
| HSV(B) | 301.46º | 0.67% | 0.24% | - |
| XYZ | 2.99 | 1.82 | 4.47 | - |
| YUV | 36.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 60 | 0 | 0.67 | 0.02 | 0.76 | 301.46 | 0.51 | 0.16 |
| Hex | 3D | 14 | 3C | 0 | 43 | 2 | 4C | 12D | 33 | 10 |
| Octal | 75 | 24 | 74 | 0 | 103 | 2 | 114 | 455 | 63 | 20 |
| Binary | 111101 | 10100 | 111100 | 0 | 1000011 | 10 | 1001100 | 100101101 | 110011 | 10000 |
Color Harmonies of #3D143C
Complementary color
Monochromatic Colors of #3D143C
Black with #3D143C
Text Example
Text Example
White with #3D143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D143C; }
p { color: rgb(61,20,60); }
H1.HeaderClassName
{
color: #3D143C;
}
.AnyTagClassName
{
color: #3D143C;
}
</style>
background-color css
<style>
a { background-color: #3D143C; }
a { background-color: rgb(61,20,60); }
div.DivClassName
{
background-color: #3D143C;
}
.BgClassName
{
background-color: #3D143C;
}
</style>
border-color css
<style>
span { border-color: #3D143C; }
span { border-color: rgb(61,20,60); }
td.TdClassName
{
border-color: #3D143C;
}
.TagClassName
{
border-color: #3D143C;
}
</style>