Shades of Loulou #483347
Tints of Loulou #483347
RGB
CMYK
RGB Variations
Color information
#483347 (or 0x483347) is known color: Loulou. HEX triplet: 48, 33 and 47. RGB value is (72,51,71). Sum of RGB (Red+Green+Blue) = 72+51+71=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483347 is #B7CCB8. Grayscale: #3B3B3B. Windows color (decimal): -12045497 or 4666184. OLE color: 4666184.
HSL color Cylindrical-coordinate representation of color #483347: hue angle of 302.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483347 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 71 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.72 |
| HSL | 302.86º | 0.17% | 0.24% | - |
| HSV(B) | 302.86º | 0.29% | 0.28% | - |
| XYZ | 4.99 | 4.2 | 6.51 | - |
| YUV | 59.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 71 | 0 | 0.29 | 0.01 | 0.72 | 302.86 | 0.17 | 0.24 |
| Hex | 48 | 33 | 47 | 0 | 1D | 1 | 48 | 12F | 11 | 18 |
| Octal | 110 | 63 | 107 | 0 | 35 | 1 | 110 | 457 | 21 | 30 |
| Binary | 1001000 | 110011 | 1000111 | 0 | 11101 | 1 | 1001000 | 100101111 | 10001 | 11000 |
Color Harmonies of #483347
Complementary color
Monochromatic Colors of #483347
Black with #483347
Text Example
Text Example
White with #483347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483347; }
p { color: rgb(72,51,71); }
H1.HeaderClassName
{
color: #483347;
}
.AnyTagClassName
{
color: #483347;
}
</style>
background-color css
<style>
a { background-color: #483347; }
a { background-color: rgb(72,51,71); }
div.DivClassName
{
background-color: #483347;
}
.BgClassName
{
background-color: #483347;
}
</style>
border-color css
<style>
span { border-color: #483347; }
span { border-color: rgb(72,51,71); }
td.TdClassName
{
border-color: #483347;
}
.TagClassName
{
border-color: #483347;
}
</style>