Shades of Mardi Gras #230520
Tints of Mardi Gras #230520
RGB
CMYK
RGB Variations
Color information
#230520 (or 0x230520) is known color: Mardi Gras. HEX triplet: 23, 05 and 20. RGB value is (35,5,32). Sum of RGB (Red+Green+Blue) = 35+5+32=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #230520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230520 is #DCFADF. Grayscale: #101010. Windows color (decimal): -14482144 or 2098467. OLE color: 2098467.
HSL color Cylindrical-coordinate representation of color #230520: hue angle of 306º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230520 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 32 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.86 |
| HSL | 306º | 0.75% | 0.08% | - |
| HSV(B) | 306º | 0.86% | 0.14% | - |
| XYZ | 1.01 | 0.57 | 1.42 | - |
| YUV | 17.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 32 | 0 | 0.86 | 0.09 | 0.86 | 306 | 0.75 | 0.08 |
| Hex | 23 | 5 | 20 | 0 | 56 | 9 | 56 | 132 | 4B | 8 |
| Octal | 43 | 5 | 40 | 0 | 126 | 11 | 126 | 462 | 113 | 10 |
| Binary | 100011 | 101 | 100000 | 0 | 1010110 | 1001 | 1010110 | 100110010 | 1001011 | 1000 |
Color Harmonies of #230520
Complementary color
Monochromatic Colors of #230520
Black with #230520
Text Example
Text Example
White with #230520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230520; }
p { color: rgb(35,5,32); }
H1.HeaderClassName
{
color: #230520;
}
.AnyTagClassName
{
color: #230520;
}
</style>
background-color css
<style>
a { background-color: #230520; }
a { background-color: rgb(35,5,32); }
div.DivClassName
{
background-color: #230520;
}
.BgClassName
{
background-color: #230520;
}
</style>
border-color css
<style>
span { border-color: #230520; }
span { border-color: rgb(35,5,32); }
td.TdClassName
{
border-color: #230520;
}
.TagClassName
{
border-color: #230520;
}
</style>