Shades of Loulou #603250
Tints of Loulou #603250
RGB
CMYK
RGB Variations
Color information
#603250 (or 0x603250) is known color: Loulou. HEX triplet: 60, 32 and 50. RGB value is (96,50,80). Sum of RGB (Red+Green+Blue) = 96+50+80=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #603250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603250 is #9FCDAF. Grayscale: #434343. Windows color (decimal): -10472880 or 5255776. OLE color: 5255776.
HSL color Cylindrical-coordinate representation of color #603250: hue angle of 320.87º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603250 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 80 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.62 |
| HSL | 320.87º | 0.32% | 0.29% | - |
| HSV(B) | 320.87º | 0.48% | 0.38% | - |
| XYZ | 7.41 | 5.35 | 8.23 | - |
| YUV | 67.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 80 | 0 | 0.48 | 0.17 | 0.62 | 320.87 | 0.32 | 0.29 |
| Hex | 60 | 32 | 50 | 0 | 30 | 11 | 3E | 141 | 20 | 1D |
| Octal | 140 | 62 | 120 | 0 | 60 | 21 | 76 | 501 | 40 | 35 |
| Binary | 1100000 | 110010 | 1010000 | 0 | 110000 | 10001 | 111110 | 101000001 | 100000 | 11101 |
Color Harmonies of #603250
Complementary color
Monochromatic Colors of #603250
Black with #603250
Text Example
Text Example
White with #603250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603250; }
p { color: rgb(96,50,80); }
H1.HeaderClassName
{
color: #603250;
}
.AnyTagClassName
{
color: #603250;
}
</style>
background-color css
<style>
a { background-color: #603250; }
a { background-color: rgb(96,50,80); }
div.DivClassName
{
background-color: #603250;
}
.BgClassName
{
background-color: #603250;
}
</style>
border-color css
<style>
span { border-color: #603250; }
span { border-color: rgb(96,50,80); }
td.TdClassName
{
border-color: #603250;
}
.TagClassName
{
border-color: #603250;
}
</style>