Shades of Loulou #5C2B4B
Tints of Loulou #5C2B4B
RGB
CMYK
RGB Variations
Color information
#5C2B4B (or 0x5C2B4B) is known color: Loulou. HEX triplet: 5C, 2B and 4B. RGB value is (92,43,75). Sum of RGB (Red+Green+Blue) = 92+43+75=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2B4B is #A3D4B4. Grayscale: #3D3D3D. Windows color (decimal): -10736821 or 4926300. OLE color: 4926300.
HSL color Cylindrical-coordinate representation of color #5C2B4B: hue angle of 320.82º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C2B4B is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 43 | 75 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.64 |
| HSL | 320.82º | 0.36% | 0.26% | - |
| HSV(B) | 320.82º | 0.53% | 0.36% | - |
| XYZ | 6.55 | 4.51 | 7.18 | - |
| YUV | 61.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 75 | 0 | 0.53 | 0.18 | 0.64 | 320.82 | 0.36 | 0.26 |
| Hex | 5C | 2B | 4B | 0 | 35 | 12 | 40 | 141 | 24 | 1A |
| Octal | 134 | 53 | 113 | 0 | 65 | 22 | 100 | 501 | 44 | 32 |
| Binary | 1011100 | 101011 | 1001011 | 0 | 110101 | 10010 | 1000000 | 101000001 | 100100 | 11010 |
Color Harmonies of #5C2B4B
Complementary color
Monochromatic Colors of #5C2B4B
Black with #5C2B4B
Text Example
Text Example
White with #5C2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2B4B; }
p { color: rgb(92,43,75); }
H1.HeaderClassName
{
color: #5C2B4B;
}
.AnyTagClassName
{
color: #5C2B4B;
}
</style>
background-color css
<style>
a { background-color: #5C2B4B; }
a { background-color: rgb(92,43,75); }
div.DivClassName
{
background-color: #5C2B4B;
}
.BgClassName
{
background-color: #5C2B4B;
}
</style>
border-color css
<style>
span { border-color: #5C2B4B; }
span { border-color: rgb(92,43,75); }
td.TdClassName
{
border-color: #5C2B4B;
}
.TagClassName
{
border-color: #5C2B4B;
}
</style>