Shades of Mardi Gras #43153D
Tints of Mardi Gras #43153D
RGB
CMYK
RGB Variations
Color information
#43153D (or 0x43153D) is known color: Mardi Gras. HEX triplet: 43, 15 and 3D. RGB value is (67,21,61). Sum of RGB (Red+Green+Blue) = 67+21+61=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #43153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43153D is #BCEAC2. Grayscale: #272727. Windows color (decimal): -12380867 or 4003139. OLE color: 4003139.
HSL color Cylindrical-coordinate representation of color #43153D: hue angle of 307.83º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43153D is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 21 | 61 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.74 |
| HSL | 307.83º | 0.52% | 0.17% | - |
| HSV(B) | 307.83º | 0.69% | 0.26% | - |
| XYZ | 3.43 | 2.07 | 4.63 | - |
| YUV | 39.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 61 | 0 | 0.69 | 0.09 | 0.74 | 307.83 | 0.52 | 0.17 |
| Hex | 43 | 15 | 3D | 0 | 45 | 9 | 4A | 134 | 34 | 11 |
| Octal | 103 | 25 | 75 | 0 | 105 | 11 | 112 | 464 | 64 | 21 |
| Binary | 1000011 | 10101 | 111101 | 0 | 1000101 | 1001 | 1001010 | 100110100 | 110100 | 10001 |
Color Harmonies of #43153D
Complementary color
Monochromatic Colors of #43153D
Black with #43153D
Text Example
Text Example
White with #43153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43153D; }
p { color: rgb(67,21,61); }
H1.HeaderClassName
{
color: #43153D;
}
.AnyTagClassName
{
color: #43153D;
}
</style>
background-color css
<style>
a { background-color: #43153D; }
a { background-color: rgb(67,21,61); }
div.DivClassName
{
background-color: #43153D;
}
.BgClassName
{
background-color: #43153D;
}
</style>
border-color css
<style>
span { border-color: #43153D; }
span { border-color: rgb(67,21,61); }
td.TdClassName
{
border-color: #43153D;
}
.TagClassName
{
border-color: #43153D;
}
</style>