Shades of Mardi Gras #3D0935
Tints of Mardi Gras #3D0935
RGB
CMYK
RGB Variations
Color information
#3D0935 (or 0x3D0935) is known color: Mardi Gras. HEX triplet: 3D, 09 and 35. RGB value is (61,9,53). Sum of RGB (Red+Green+Blue) = 61+9+53=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0935 is #C2F6CA. Grayscale: #1D1D1D. Windows color (decimal): -12777163 or 3475773. OLE color: 3475773.
HSL color Cylindrical-coordinate representation of color #3D0935: hue angle of 309.23º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D0935 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 53 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.76 |
| HSL | 309.23º | 0.74% | 0.14% | - |
| HSV(B) | 309.23º | 0.85% | 0.24% | - |
| XYZ | 2.66 | 1.44 | 3.51 | - |
| YUV | 29.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 53 | 0 | 0.85 | 0.13 | 0.76 | 309.23 | 0.74 | 0.14 |
| Hex | 3D | 9 | 35 | 0 | 55 | D | 4C | 135 | 4A | E |
| Octal | 75 | 11 | 65 | 0 | 125 | 15 | 114 | 465 | 112 | 16 |
| Binary | 111101 | 1001 | 110101 | 0 | 1010101 | 1101 | 1001100 | 100110101 | 1001010 | 1110 |
Color Harmonies of #3D0935
Complementary color
Monochromatic Colors of #3D0935
Black with #3D0935
Text Example
Text Example
White with #3D0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0935; }
p { color: rgb(61,9,53); }
H1.HeaderClassName
{
color: #3D0935;
}
.AnyTagClassName
{
color: #3D0935;
}
</style>
background-color css
<style>
a { background-color: #3D0935; }
a { background-color: rgb(61,9,53); }
div.DivClassName
{
background-color: #3D0935;
}
.BgClassName
{
background-color: #3D0935;
}
</style>
border-color css
<style>
span { border-color: #3D0935; }
span { border-color: rgb(61,9,53); }
td.TdClassName
{
border-color: #3D0935;
}
.TagClassName
{
border-color: #3D0935;
}
</style>