Shades of Loulou #483345
Tints of Loulou #483345
RGB
CMYK
RGB Variations
Color information
#483345 (or 0x483345) is known color: Loulou. HEX triplet: 48, 33 and 45. RGB value is (72,51,69). Sum of RGB (Red+Green+Blue) = 72+51+69=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483345 is #B7CCBA. Grayscale: #3B3B3B. Windows color (decimal): -12045499 or 4535112. OLE color: 4535112.
HSL color Cylindrical-coordinate representation of color #483345: hue angle of 308.57º 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 #483345 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 69 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.72 |
| HSL | 308.57º | 0.17% | 0.24% | - |
| HSV(B) | 308.57º | 0.29% | 0.28% | - |
| XYZ | 4.93 | 4.18 | 6.18 | - |
| YUV | 59.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 69 | 0 | 0.29 | 0.04 | 0.72 | 308.57 | 0.17 | 0.24 |
| Hex | 48 | 33 | 45 | 0 | 1D | 4 | 48 | 135 | 11 | 18 |
| Octal | 110 | 63 | 105 | 0 | 35 | 4 | 110 | 465 | 21 | 30 |
| Binary | 1001000 | 110011 | 1000101 | 0 | 11101 | 100 | 1001000 | 100110101 | 10001 | 11000 |
Color Harmonies of #483345
Complementary color
Monochromatic Colors of #483345
Black with #483345
Text Example
Text Example
White with #483345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483345; }
p { color: rgb(72,51,69); }
H1.HeaderClassName
{
color: #483345;
}
.AnyTagClassName
{
color: #483345;
}
</style>
background-color css
<style>
a { background-color: #483345; }
a { background-color: rgb(72,51,69); }
div.DivClassName
{
background-color: #483345;
}
.BgClassName
{
background-color: #483345;
}
</style>
border-color css
<style>
span { border-color: #483345; }
span { border-color: rgb(72,51,69); }
td.TdClassName
{
border-color: #483345;
}
.TagClassName
{
border-color: #483345;
}
</style>