Shades of Mardi Gras #43083D
Tints of Mardi Gras #43083D
RGB
CMYK
RGB Variations
Color information
#43083D (or 0x43083D) is known color: Mardi Gras. HEX triplet: 43, 08 and 3D. RGB value is (67,8,61). Sum of RGB (Red+Green+Blue) = 67+8+61=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #43083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43083D is #BCF7C2. Grayscale: #1F1F1F. Windows color (decimal): -12384195 or 3999811. OLE color: 3999811.
HSL color Cylindrical-coordinate representation of color #43083D: hue angle of 306.1º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43083D is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 8 | 61 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.74 |
| HSL | 306.1º | 0.79% | 0.15% | - |
| HSV(B) | 306.1º | 0.88% | 0.26% | - |
| XYZ | 3.24 | 1.7 | 4.57 | - |
| YUV | 31.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 61 | 0 | 0.88 | 0.09 | 0.74 | 306.1 | 0.79 | 0.15 |
| Hex | 43 | 8 | 3D | 0 | 58 | 9 | 4A | 132 | 4F | F |
| Octal | 103 | 10 | 75 | 0 | 130 | 11 | 112 | 462 | 117 | 17 |
| Binary | 1000011 | 1000 | 111101 | 0 | 1011000 | 1001 | 1001010 | 100110010 | 1001111 | 1111 |
Color Harmonies of #43083D
Complementary color
Monochromatic Colors of #43083D
Black with #43083D
Text Example
Text Example
White with #43083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43083D; }
p { color: rgb(67,8,61); }
H1.HeaderClassName
{
color: #43083D;
}
.AnyTagClassName
{
color: #43083D;
}
</style>
background-color css
<style>
a { background-color: #43083D; }
a { background-color: rgb(67,8,61); }
div.DivClassName
{
background-color: #43083D;
}
.BgClassName
{
background-color: #43083D;
}
</style>
border-color css
<style>
span { border-color: #43083D; }
span { border-color: rgb(67,8,61); }
td.TdClassName
{
border-color: #43083D;
}
.TagClassName
{
border-color: #43083D;
}
</style>