Shades of Mardi Gras #42083D
Tints of Mardi Gras #42083D
RGB
CMYK
RGB Variations
Color information
#42083D (or 0x42083D) is known color: Mardi Gras. HEX triplet: 42, 08 and 3D. RGB value is (66,8,61). Sum of RGB (Red+Green+Blue) = 66+8+61=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42083D is #BDF7C2. Grayscale: #1F1F1F. Windows color (decimal): -12449731 or 3999810. OLE color: 3999810.
HSL color Cylindrical-coordinate representation of color #42083D: hue angle of 305.17º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42083D is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 8 | 61 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.74 |
| HSL | 305.17º | 0.78% | 0.15% | - |
| HSV(B) | 305.17º | 0.88% | 0.26% | - |
| XYZ | 3.18 | 1.67 | 4.57 | - |
| YUV | 31.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 61 | 0 | 0.88 | 0.08 | 0.74 | 305.17 | 0.78 | 0.15 |
| Hex | 42 | 8 | 3D | 0 | 58 | 8 | 4A | 131 | 4E | F |
| Octal | 102 | 10 | 75 | 0 | 130 | 10 | 112 | 461 | 116 | 17 |
| Binary | 1000010 | 1000 | 111101 | 0 | 1011000 | 1000 | 1001010 | 100110001 | 1001110 | 1111 |
Color Harmonies of #42083D
Complementary color
Monochromatic Colors of #42083D
Black with #42083D
Text Example
Text Example
White with #42083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42083D; }
p { color: rgb(66,8,61); }
H1.HeaderClassName
{
color: #42083D;
}
.AnyTagClassName
{
color: #42083D;
}
</style>
background-color css
<style>
a { background-color: #42083D; }
a { background-color: rgb(66,8,61); }
div.DivClassName
{
background-color: #42083D;
}
.BgClassName
{
background-color: #42083D;
}
</style>
border-color css
<style>
span { border-color: #42083D; }
span { border-color: rgb(66,8,61); }
td.TdClassName
{
border-color: #42083D;
}
.TagClassName
{
border-color: #42083D;
}
</style>