Shades of Mardi Gras #42093D
Tints of Mardi Gras #42093D
RGB
CMYK
RGB Variations
Color information
#42093D (or 0x42093D) is known color: Mardi Gras. HEX triplet: 42, 09 and 3D. RGB value is (66,9,61). Sum of RGB (Red+Green+Blue) = 66+9+61=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42093D is #BDF6C2. Grayscale: #1F1F1F. Windows color (decimal): -12449475 or 4000066. OLE color: 4000066.
HSL color Cylindrical-coordinate representation of color #42093D: hue angle of 305.26º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42093D is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 9 | 61 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.74 |
| HSL | 305.26º | 0.76% | 0.15% | - |
| HSV(B) | 305.26º | 0.86% | 0.26% | - |
| XYZ | 3.19 | 1.69 | 4.57 | - |
| YUV | 31.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 61 | 0 | 0.86 | 0.08 | 0.74 | 305.26 | 0.76 | 0.15 |
| Hex | 42 | 9 | 3D | 0 | 56 | 8 | 4A | 131 | 4C | F |
| Octal | 102 | 11 | 75 | 0 | 126 | 10 | 112 | 461 | 114 | 17 |
| Binary | 1000010 | 1001 | 111101 | 0 | 1010110 | 1000 | 1001010 | 100110001 | 1001100 | 1111 |
Color Harmonies of #42093D
Complementary color
Monochromatic Colors of #42093D
Black with #42093D
Text Example
Text Example
White with #42093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42093D; }
p { color: rgb(66,9,61); }
H1.HeaderClassName
{
color: #42093D;
}
.AnyTagClassName
{
color: #42093D;
}
</style>
background-color css
<style>
a { background-color: #42093D; }
a { background-color: rgb(66,9,61); }
div.DivClassName
{
background-color: #42093D;
}
.BgClassName
{
background-color: #42093D;
}
</style>
border-color css
<style>
span { border-color: #42093D; }
span { border-color: rgb(66,9,61); }
td.TdClassName
{
border-color: #42093D;
}
.TagClassName
{
border-color: #42093D;
}
</style>