Shades of Loulou #50174B
Tints of Loulou #50174B
RGB
CMYK
RGB Variations
Color information
#50174B (or 0x50174B) is known color: Loulou. HEX triplet: 50, 17 and 4B. RGB value is (80,23,75). Sum of RGB (Red+Green+Blue) = 80+23+75=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50174B is #AFE8B4. Grayscale: #2D2D2D. Windows color (decimal): -11528373 or 4921168. OLE color: 4921168.
HSL color Cylindrical-coordinate representation of color #50174B: hue angle of 305.26º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50174B is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 75 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.69 |
| HSL | 305.26º | 0.55% | 0.2% | - |
| HSV(B) | 305.26º | 0.71% | 0.31% | - |
| XYZ | 4.88 | 2.83 | 6.94 | - |
| YUV | 45.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 75 | 0 | 0.71 | 0.06 | 0.69 | 305.26 | 0.55 | 0.2 |
| Hex | 50 | 17 | 4B | 0 | 47 | 6 | 45 | 131 | 37 | 14 |
| Octal | 120 | 27 | 113 | 0 | 107 | 6 | 105 | 461 | 67 | 24 |
| Binary | 1010000 | 10111 | 1001011 | 0 | 1000111 | 110 | 1000101 | 100110001 | 110111 | 10100 |
Color Harmonies of #50174B
Complementary color
Monochromatic Colors of #50174B
Black with #50174B
Text Example
Text Example
White with #50174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50174B; }
p { color: rgb(80,23,75); }
H1.HeaderClassName
{
color: #50174B;
}
.AnyTagClassName
{
color: #50174B;
}
</style>
background-color css
<style>
a { background-color: #50174B; }
a { background-color: rgb(80,23,75); }
div.DivClassName
{
background-color: #50174B;
}
.BgClassName
{
background-color: #50174B;
}
</style>
border-color css
<style>
span { border-color: #50174B; }
span { border-color: rgb(80,23,75); }
td.TdClassName
{
border-color: #50174B;
}
.TagClassName
{
border-color: #50174B;
}
</style>