Shades of Mardi Gras #430F3A
Tints of Mardi Gras #430F3A
RGB
CMYK
RGB Variations
Color information
#430F3A (or 0x430F3A) is known color: Mardi Gras. HEX triplet: 43, 0F and 3A. RGB value is (67,15,58). Sum of RGB (Red+Green+Blue) = 67+15+58=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #430F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F3A is #BCF0C5. Grayscale: #232323. Windows color (decimal): -12382406 or 3804995. OLE color: 3804995.
HSL color Cylindrical-coordinate representation of color #430F3A: hue angle of 310.38º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F3A is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 58 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.74 |
| HSL | 310.38º | 0.63% | 0.16% | - |
| HSV(B) | 310.38º | 0.78% | 0.26% | - |
| XYZ | 3.25 | 1.84 | 4.19 | - |
| YUV | 35.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 58 | 0 | 0.78 | 0.13 | 0.74 | 310.38 | 0.63 | 0.16 |
| Hex | 43 | F | 3A | 0 | 4E | D | 4A | 136 | 3F | 10 |
| Octal | 103 | 17 | 72 | 0 | 116 | 15 | 112 | 466 | 77 | 20 |
| Binary | 1000011 | 1111 | 111010 | 0 | 1001110 | 1101 | 1001010 | 100110110 | 111111 | 10000 |
Color Harmonies of #430F3A
Complementary color
Monochromatic Colors of #430F3A
Black with #430F3A
Text Example
Text Example
White with #430F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F3A; }
p { color: rgb(67,15,58); }
H1.HeaderClassName
{
color: #430F3A;
}
.AnyTagClassName
{
color: #430F3A;
}
</style>
background-color css
<style>
a { background-color: #430F3A; }
a { background-color: rgb(67,15,58); }
div.DivClassName
{
background-color: #430F3A;
}
.BgClassName
{
background-color: #430F3A;
}
</style>
border-color css
<style>
span { border-color: #430F3A; }
span { border-color: rgb(67,15,58); }
td.TdClassName
{
border-color: #430F3A;
}
.TagClassName
{
border-color: #430F3A;
}
</style>