Shades of Mardi Gras #450F3C
Tints of Mardi Gras #450F3C
RGB
CMYK
RGB Variations
Color information
#450F3C (or 0x450F3C) is known color: Mardi Gras. HEX triplet: 45, 0F and 3C. RGB value is (69,15,60). Sum of RGB (Red+Green+Blue) = 69+15+60=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #450F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F3C is #BAF0C3. Grayscale: #242424. Windows color (decimal): -12251332 or 3936069. OLE color: 3936069.
HSL color Cylindrical-coordinate representation of color #450F3C: hue angle of 310º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #450F3C is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 60 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.73 |
| HSL | 310º | 0.64% | 0.16% | - |
| HSV(B) | 310º | 0.78% | 0.27% | - |
| XYZ | 3.44 | 1.93 | 4.47 | - |
| YUV | 36.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 60 | 0 | 0.78 | 0.13 | 0.73 | 310 | 0.64 | 0.16 |
| Hex | 45 | F | 3C | 0 | 4E | D | 49 | 136 | 40 | 10 |
| Octal | 105 | 17 | 74 | 0 | 116 | 15 | 111 | 466 | 100 | 20 |
| Binary | 1000101 | 1111 | 111100 | 0 | 1001110 | 1101 | 1001001 | 100110110 | 1000000 | 10000 |
Color Harmonies of #450F3C
Complementary color
Monochromatic Colors of #450F3C
Black with #450F3C
Text Example
Text Example
White with #450F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F3C; }
p { color: rgb(69,15,60); }
H1.HeaderClassName
{
color: #450F3C;
}
.AnyTagClassName
{
color: #450F3C;
}
</style>
background-color css
<style>
a { background-color: #450F3C; }
a { background-color: rgb(69,15,60); }
div.DivClassName
{
background-color: #450F3C;
}
.BgClassName
{
background-color: #450F3C;
}
</style>
border-color css
<style>
span { border-color: #450F3C; }
span { border-color: rgb(69,15,60); }
td.TdClassName
{
border-color: #450F3C;
}
.TagClassName
{
border-color: #450F3C;
}
</style>