Shades of Loulou #603150
Tints of Loulou #603150
RGB
CMYK
RGB Variations
Color information
#603150 (or 0x603150) is known color: Loulou. HEX triplet: 60, 31 and 50. RGB value is (96,49,80). Sum of RGB (Red+Green+Blue) = 96+49+80=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #603150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603150 is #9FCEAF. Grayscale: #424242. Windows color (decimal): -10473136 or 5255520. OLE color: 5255520.
HSL color Cylindrical-coordinate representation of color #603150: hue angle of 320.43º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603150 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 80 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.62 |
| HSL | 320.43º | 0.32% | 0.28% | - |
| HSV(B) | 320.43º | 0.49% | 0.38% | - |
| XYZ | 7.37 | 5.26 | 8.22 | - |
| YUV | 66.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 80 | 0 | 0.49 | 0.17 | 0.62 | 320.43 | 0.32 | 0.28 |
| Hex | 60 | 31 | 50 | 0 | 31 | 11 | 3E | 140 | 20 | 1C |
| Octal | 140 | 61 | 120 | 0 | 61 | 21 | 76 | 500 | 40 | 34 |
| Binary | 1100000 | 110001 | 1010000 | 0 | 110001 | 10001 | 111110 | 101000000 | 100000 | 11100 |
Color Harmonies of #603150
Complementary color
Monochromatic Colors of #603150
Black with #603150
Text Example
Text Example
White with #603150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603150; }
p { color: rgb(96,49,80); }
H1.HeaderClassName
{
color: #603150;
}
.AnyTagClassName
{
color: #603150;
}
</style>
background-color css
<style>
a { background-color: #603150; }
a { background-color: rgb(96,49,80); }
div.DivClassName
{
background-color: #603150;
}
.BgClassName
{
background-color: #603150;
}
</style>
border-color css
<style>
span { border-color: #603150; }
span { border-color: rgb(96,49,80); }
td.TdClassName
{
border-color: #603150;
}
.TagClassName
{
border-color: #603150;
}
</style>