Shades of Mardi Gras #4B0843
Tints of Mardi Gras #4B0843
RGB
CMYK
RGB Variations
Color information
#4B0843 (or 0x4B0843) is known color: Mardi Gras. HEX triplet: 4B, 08 and 43. RGB value is (75,8,67). Sum of RGB (Red+Green+Blue) = 75+8+67=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0843 is #B4F7BC. Grayscale: #222222. Windows color (decimal): -11859901 or 4393035. OLE color: 4393035.
HSL color Cylindrical-coordinate representation of color #4B0843: hue angle of 307.16º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0843 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 8 | 67 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.71 |
| HSL | 307.16º | 0.81% | 0.16% | - |
| HSV(B) | 307.16º | 0.89% | 0.29% | - |
| XYZ | 4 | 2.07 | 5.5 | - |
| YUV | 34.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 67 | 0 | 0.89 | 0.11 | 0.71 | 307.16 | 0.81 | 0.16 |
| Hex | 4B | 8 | 43 | 0 | 59 | B | 47 | 133 | 51 | 10 |
| Octal | 113 | 10 | 103 | 0 | 131 | 13 | 107 | 463 | 121 | 20 |
| Binary | 1001011 | 1000 | 1000011 | 0 | 1011001 | 1011 | 1000111 | 100110011 | 1010001 | 10000 |
Color Harmonies of #4B0843
Complementary color
Monochromatic Colors of #4B0843
Black with #4B0843
Text Example
Text Example
White with #4B0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0843; }
p { color: rgb(75,8,67); }
H1.HeaderClassName
{
color: #4B0843;
}
.AnyTagClassName
{
color: #4B0843;
}
</style>
background-color css
<style>
a { background-color: #4B0843; }
a { background-color: rgb(75,8,67); }
div.DivClassName
{
background-color: #4B0843;
}
.BgClassName
{
background-color: #4B0843;
}
</style>
border-color css
<style>
span { border-color: #4B0843; }
span { border-color: rgb(75,8,67); }
td.TdClassName
{
border-color: #4B0843;
}
.TagClassName
{
border-color: #4B0843;
}
</style>