Shades of Loulou #5D274D
Tints of Loulou #5D274D
RGB
CMYK
RGB Variations
Color information
#5D274D (or 0x5D274D) is known color: Loulou. HEX triplet: 5D, 27 and 4D. RGB value is (93,39,77). Sum of RGB (Red+Green+Blue) = 93+39+77=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D274D is #A2D8B2. Grayscale: #3B3B3B. Windows color (decimal): -10672307 or 5056349. OLE color: 5056349.
HSL color Cylindrical-coordinate representation of color #5D274D: hue angle of 317.78º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D274D is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 39 | 77 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.64 |
| HSL | 317.78º | 0.41% | 0.26% | - |
| HSV(B) | 317.78º | 0.58% | 0.36% | - |
| XYZ | 6.58 | 4.31 | 7.51 | - |
| YUV | 59.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 77 | 0 | 0.58 | 0.17 | 0.64 | 317.78 | 0.41 | 0.26 |
| Hex | 5D | 27 | 4D | 0 | 3A | 11 | 40 | 13E | 29 | 1A |
| Octal | 135 | 47 | 115 | 0 | 72 | 21 | 100 | 476 | 51 | 32 |
| Binary | 1011101 | 100111 | 1001101 | 0 | 111010 | 10001 | 1000000 | 100111110 | 101001 | 11010 |
Color Harmonies of #5D274D
Complementary color
Monochromatic Colors of #5D274D
Black with #5D274D
Text Example
Text Example
White with #5D274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D274D; }
p { color: rgb(93,39,77); }
H1.HeaderClassName
{
color: #5D274D;
}
.AnyTagClassName
{
color: #5D274D;
}
</style>
background-color css
<style>
a { background-color: #5D274D; }
a { background-color: rgb(93,39,77); }
div.DivClassName
{
background-color: #5D274D;
}
.BgClassName
{
background-color: #5D274D;
}
</style>
border-color css
<style>
span { border-color: #5D274D; }
span { border-color: rgb(93,39,77); }
td.TdClassName
{
border-color: #5D274D;
}
.TagClassName
{
border-color: #5D274D;
}
</style>