Shades of Mardi Gras #42133A
Tints of Mardi Gras #42133A
RGB
CMYK
RGB Variations
Color information
#42133A (or 0x42133A) is known color: Mardi Gras. HEX triplet: 42, 13 and 3A. RGB value is (66,19,58). Sum of RGB (Red+Green+Blue) = 66+19+58=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #42133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42133A is #BDECC5. Grayscale: #252525. Windows color (decimal): -12446918 or 3806018. OLE color: 3806018.
HSL color Cylindrical-coordinate representation of color #42133A: hue angle of 310.21º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42133A is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 19 | 58 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.74 |
| HSL | 310.21º | 0.55% | 0.17% | - |
| HSV(B) | 310.21º | 0.71% | 0.26% | - |
| XYZ | 3.24 | 1.93 | 4.2 | - |
| YUV | 37.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 58 | 0 | 0.71 | 0.12 | 0.74 | 310.21 | 0.55 | 0.17 |
| Hex | 42 | 13 | 3A | 0 | 47 | C | 4A | 136 | 37 | 11 |
| Octal | 102 | 23 | 72 | 0 | 107 | 14 | 112 | 466 | 67 | 21 |
| Binary | 1000010 | 10011 | 111010 | 0 | 1000111 | 1100 | 1001010 | 100110110 | 110111 | 10001 |
Color Harmonies of #42133A
Complementary color
Monochromatic Colors of #42133A
Black with #42133A
Text Example
Text Example
White with #42133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42133A; }
p { color: rgb(66,19,58); }
H1.HeaderClassName
{
color: #42133A;
}
.AnyTagClassName
{
color: #42133A;
}
</style>
background-color css
<style>
a { background-color: #42133A; }
a { background-color: rgb(66,19,58); }
div.DivClassName
{
background-color: #42133A;
}
.BgClassName
{
background-color: #42133A;
}
</style>
border-color css
<style>
span { border-color: #42133A; }
span { border-color: rgb(66,19,58); }
td.TdClassName
{
border-color: #42133A;
}
.TagClassName
{
border-color: #42133A;
}
</style>