Shades of Mardi Gras #450B3C
Tints of Mardi Gras #450B3C
RGB
CMYK
RGB Variations
Color information
#450B3C (or 0x450B3C) is known color: Mardi Gras. HEX triplet: 45, 0B and 3C. RGB value is (69,11,60). Sum of RGB (Red+Green+Blue) = 69+11+60=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #450B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B3C is #BAF4C3. Grayscale: #212121. Windows color (decimal): -12252356 or 3935045. OLE color: 3935045.
HSL color Cylindrical-coordinate representation of color #450B3C: hue angle of 309.31º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450B3C is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 60 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.73 |
| HSL | 309.31º | 0.73% | 0.16% | - |
| HSV(B) | 309.31º | 0.84% | 0.27% | - |
| XYZ | 3.39 | 1.83 | 4.45 | - |
| YUV | 33.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 60 | 0 | 0.84 | 0.13 | 0.73 | 309.31 | 0.73 | 0.16 |
| Hex | 45 | B | 3C | 0 | 54 | D | 49 | 135 | 48 | 10 |
| Octal | 105 | 13 | 74 | 0 | 124 | 15 | 111 | 465 | 110 | 20 |
| Binary | 1000101 | 1011 | 111100 | 0 | 1010100 | 1101 | 1001001 | 100110101 | 1001000 | 10000 |
Color Harmonies of #450B3C
Complementary color
Monochromatic Colors of #450B3C
Black with #450B3C
Text Example
Text Example
White with #450B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B3C; }
p { color: rgb(69,11,60); }
H1.HeaderClassName
{
color: #450B3C;
}
.AnyTagClassName
{
color: #450B3C;
}
</style>
background-color css
<style>
a { background-color: #450B3C; }
a { background-color: rgb(69,11,60); }
div.DivClassName
{
background-color: #450B3C;
}
.BgClassName
{
background-color: #450B3C;
}
</style>
border-color css
<style>
span { border-color: #450B3C; }
span { border-color: rgb(69,11,60); }
td.TdClassName
{
border-color: #450B3C;
}
.TagClassName
{
border-color: #450B3C;
}
</style>