Shades of Loulou #483A45
Tints of Loulou #483A45
RGB
CMYK
RGB Variations
Color information
#483A45 (or 0x483A45) is known color: Loulou. HEX triplet: 48, 3A and 45. RGB value is (72,58,69). Sum of RGB (Red+Green+Blue) = 72+58+69=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #483A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A45 is #B7C5BA. Grayscale: #3F3F3F. Windows color (decimal): -12043707 or 4536904. OLE color: 4536904.
HSL color Cylindrical-coordinate representation of color #483A45: hue angle of 312.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483A45 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 69 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.72 |
| HSL | 312.86º | 0.11% | 0.25% | - |
| HSV(B) | 312.86º | 0.19% | 0.28% | - |
| XYZ | 5.26 | 4.83 | 6.29 | - |
| YUV | 63.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 69 | 0 | 0.19 | 0.04 | 0.72 | 312.86 | 0.11 | 0.25 |
| Hex | 48 | 3A | 45 | 0 | 13 | 4 | 48 | 139 | B | 19 |
| Octal | 110 | 72 | 105 | 0 | 23 | 4 | 110 | 471 | 13 | 31 |
| Binary | 1001000 | 111010 | 1000101 | 0 | 10011 | 100 | 1001000 | 100111001 | 1011 | 11001 |
Color Harmonies of #483A45
Complementary color
Monochromatic Colors of #483A45
Black with #483A45
Text Example
Text Example
White with #483A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A45; }
p { color: rgb(72,58,69); }
H1.HeaderClassName
{
color: #483A45;
}
.AnyTagClassName
{
color: #483A45;
}
</style>
background-color css
<style>
a { background-color: #483A45; }
a { background-color: rgb(72,58,69); }
div.DivClassName
{
background-color: #483A45;
}
.BgClassName
{
background-color: #483A45;
}
</style>
border-color css
<style>
span { border-color: #483A45; }
span { border-color: rgb(72,58,69); }
td.TdClassName
{
border-color: #483A45;
}
.TagClassName
{
border-color: #483A45;
}
</style>