Shades of Loulou #5A1E4C
Tints of Loulou #5A1E4C
RGB
CMYK
RGB Variations
Color information
#5A1E4C (or 0x5A1E4C) is known color: Loulou. HEX triplet: 5A, 1E and 4C. RGB value is (90,30,76). Sum of RGB (Red+Green+Blue) = 90+30+76=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E4C is #A5E1B3. Grayscale: #353535. Windows color (decimal): -10871220 or 4988506. OLE color: 4988506.
HSL color Cylindrical-coordinate representation of color #5A1E4C: hue angle of 314º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E4C is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 76 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.65 |
| HSL | 314º | 0.5% | 0.24% | - |
| HSV(B) | 314º | 0.67% | 0.35% | - |
| XYZ | 5.99 | 3.62 | 7.22 | - |
| YUV | 53.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 76 | 0 | 0.67 | 0.16 | 0.65 | 314 | 0.5 | 0.24 |
| Hex | 5A | 1E | 4C | 0 | 43 | 10 | 41 | 13A | 32 | 18 |
| Octal | 132 | 36 | 114 | 0 | 103 | 20 | 101 | 472 | 62 | 30 |
| Binary | 1011010 | 11110 | 1001100 | 0 | 1000011 | 10000 | 1000001 | 100111010 | 110010 | 11000 |
Color Harmonies of #5A1E4C
Complementary color
Monochromatic Colors of #5A1E4C
Black with #5A1E4C
Text Example
Text Example
White with #5A1E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E4C; }
p { color: rgb(90,30,76); }
H1.HeaderClassName
{
color: #5A1E4C;
}
.AnyTagClassName
{
color: #5A1E4C;
}
</style>
background-color css
<style>
a { background-color: #5A1E4C; }
a { background-color: rgb(90,30,76); }
div.DivClassName
{
background-color: #5A1E4C;
}
.BgClassName
{
background-color: #5A1E4C;
}
</style>
border-color css
<style>
span { border-color: #5A1E4C; }
span { border-color: rgb(90,30,76); }
td.TdClassName
{
border-color: #5A1E4C;
}
.TagClassName
{
border-color: #5A1E4C;
}
</style>