Shades of Mardi Gras #3D093A
Tints of Mardi Gras #3D093A
RGB
CMYK
RGB Variations
Color information
#3D093A (or 0x3D093A) is known color: Mardi Gras. HEX triplet: 3D, 09 and 3A. RGB value is (61,9,58). Sum of RGB (Red+Green+Blue) = 61+9+58=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D093A is #C2F6C5. Grayscale: #1D1D1D. Windows color (decimal): -12777158 or 3803453. OLE color: 3803453.
HSL color Cylindrical-coordinate representation of color #3D093A: hue angle of 303.46º 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 #3D093A is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 9 | 58 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.76 |
| HSL | 303.46º | 0.74% | 0.14% | - |
| HSV(B) | 303.46º | 0.85% | 0.24% | - |
| XYZ | 2.79 | 1.49 | 4.14 | - |
| YUV | 30.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 58 | 0 | 0.85 | 0.05 | 0.76 | 303.46 | 0.74 | 0.14 |
| Hex | 3D | 9 | 3A | 0 | 55 | 5 | 4C | 12F | 4A | E |
| Octal | 75 | 11 | 72 | 0 | 125 | 5 | 114 | 457 | 112 | 16 |
| Binary | 111101 | 1001 | 111010 | 0 | 1010101 | 101 | 1001100 | 100101111 | 1001010 | 1110 |
Color Harmonies of #3D093A
Complementary color
Monochromatic Colors of #3D093A
Black with #3D093A
Text Example
Text Example
White with #3D093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D093A; }
p { color: rgb(61,9,58); }
H1.HeaderClassName
{
color: #3D093A;
}
.AnyTagClassName
{
color: #3D093A;
}
</style>
background-color css
<style>
a { background-color: #3D093A; }
a { background-color: rgb(61,9,58); }
div.DivClassName
{
background-color: #3D093A;
}
.BgClassName
{
background-color: #3D093A;
}
</style>
border-color css
<style>
span { border-color: #3D093A; }
span { border-color: rgb(61,9,58); }
td.TdClassName
{
border-color: #3D093A;
}
.TagClassName
{
border-color: #3D093A;
}
</style>