Shades of Loulou #5A234A
Tints of Loulou #5A234A
RGB
CMYK
RGB Variations
Color information
#5A234A (or 0x5A234A) is known color: Loulou. HEX triplet: 5A, 23 and 4A. RGB value is (90,35,74). Sum of RGB (Red+Green+Blue) = 90+35+74=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A234A is #A5DCB5. Grayscale: #373737. Windows color (decimal): -10869942 or 4858714. OLE color: 4858714.
HSL color Cylindrical-coordinate representation of color #5A234A: hue angle of 317.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A234A is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 74 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.65 |
| HSL | 317.45º | 0.44% | 0.25% | - |
| HSV(B) | 317.45º | 0.61% | 0.35% | - |
| XYZ | 6.05 | 3.87 | 6.91 | - |
| YUV | 55.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 74 | 0 | 0.61 | 0.18 | 0.65 | 317.45 | 0.44 | 0.25 |
| Hex | 5A | 23 | 4A | 0 | 3D | 12 | 41 | 13D | 2C | 19 |
| Octal | 132 | 43 | 112 | 0 | 75 | 22 | 101 | 475 | 54 | 31 |
| Binary | 1011010 | 100011 | 1001010 | 0 | 111101 | 10010 | 1000001 | 100111101 | 101100 | 11001 |
Color Harmonies of #5A234A
Complementary color
Monochromatic Colors of #5A234A
Black with #5A234A
Text Example
Text Example
White with #5A234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A234A; }
p { color: rgb(90,35,74); }
H1.HeaderClassName
{
color: #5A234A;
}
.AnyTagClassName
{
color: #5A234A;
}
</style>
background-color css
<style>
a { background-color: #5A234A; }
a { background-color: rgb(90,35,74); }
div.DivClassName
{
background-color: #5A234A;
}
.BgClassName
{
background-color: #5A234A;
}
</style>
border-color css
<style>
span { border-color: #5A234A; }
span { border-color: rgb(90,35,74); }
td.TdClassName
{
border-color: #5A234A;
}
.TagClassName
{
border-color: #5A234A;
}
</style>