Shades of Mardi Gras #42183A
Tints of Mardi Gras #42183A
RGB
CMYK
RGB Variations
Color information
#42183A (or 0x42183A) is known color: Mardi Gras. HEX triplet: 42, 18 and 3A. RGB value is (66,24,58). Sum of RGB (Red+Green+Blue) = 66+24+58=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42183A is #BDE7C5. Grayscale: #282828. Windows color (decimal): -12445638 or 3807298. OLE color: 3807298.
HSL color Cylindrical-coordinate representation of color #42183A: hue angle of 311.43º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42183A is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 24 | 58 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.74 |
| HSL | 311.43º | 0.47% | 0.18% | - |
| HSV(B) | 311.43º | 0.64% | 0.26% | - |
| XYZ | 3.34 | 2.12 | 4.24 | - |
| YUV | 40.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 58 | 0 | 0.64 | 0.12 | 0.74 | 311.43 | 0.47 | 0.18 |
| Hex | 42 | 18 | 3A | 0 | 40 | C | 4A | 137 | 2F | 12 |
| Octal | 102 | 30 | 72 | 0 | 100 | 14 | 112 | 467 | 57 | 22 |
| Binary | 1000010 | 11000 | 111010 | 0 | 1000000 | 1100 | 1001010 | 100110111 | 101111 | 10010 |
Color Harmonies of #42183A
Complementary color
Monochromatic Colors of #42183A
Black with #42183A
Text Example
Text Example
White with #42183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42183A; }
p { color: rgb(66,24,58); }
H1.HeaderClassName
{
color: #42183A;
}
.AnyTagClassName
{
color: #42183A;
}
</style>
background-color css
<style>
a { background-color: #42183A; }
a { background-color: rgb(66,24,58); }
div.DivClassName
{
background-color: #42183A;
}
.BgClassName
{
background-color: #42183A;
}
</style>
border-color css
<style>
span { border-color: #42183A; }
span { border-color: rgb(66,24,58); }
td.TdClassName
{
border-color: #42183A;
}
.TagClassName
{
border-color: #42183A;
}
</style>