Shades of Mardi Gras #420F3A
Tints of Mardi Gras #420F3A
RGB
CMYK
RGB Variations
Color information
#420F3A (or 0x420F3A) is known color: Mardi Gras. HEX triplet: 42, 0F and 3A. RGB value is (66,15,58). Sum of RGB (Red+Green+Blue) = 66+15+58=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #420F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F3A is #BDF0C5. Grayscale: #232323. Windows color (decimal): -12447942 or 3804994. OLE color: 3804994.
HSL color Cylindrical-coordinate representation of color #420F3A: hue angle of 309.41º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F3A is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 58 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.74 |
| HSL | 309.41º | 0.63% | 0.16% | - |
| HSV(B) | 309.41º | 0.77% | 0.26% | - |
| XYZ | 3.18 | 1.81 | 4.18 | - |
| YUV | 35.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 58 | 0 | 0.77 | 0.12 | 0.74 | 309.41 | 0.63 | 0.16 |
| Hex | 42 | F | 3A | 0 | 4D | C | 4A | 135 | 3F | 10 |
| Octal | 102 | 17 | 72 | 0 | 115 | 14 | 112 | 465 | 77 | 20 |
| Binary | 1000010 | 1111 | 111010 | 0 | 1001101 | 1100 | 1001010 | 100110101 | 111111 | 10000 |
Color Harmonies of #420F3A
Complementary color
Monochromatic Colors of #420F3A
Black with #420F3A
Text Example
Text Example
White with #420F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F3A; }
p { color: rgb(66,15,58); }
H1.HeaderClassName
{
color: #420F3A;
}
.AnyTagClassName
{
color: #420F3A;
}
</style>
background-color css
<style>
a { background-color: #420F3A; }
a { background-color: rgb(66,15,58); }
div.DivClassName
{
background-color: #420F3A;
}
.BgClassName
{
background-color: #420F3A;
}
</style>
border-color css
<style>
span { border-color: #420F3A; }
span { border-color: rgb(66,15,58); }
td.TdClassName
{
border-color: #420F3A;
}
.TagClassName
{
border-color: #420F3A;
}
</style>