#482544

Color #482544 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #482544

Tints of Loulou #482544

Color information

#482544 (or 0x482544) is unknown color: approx Loulou. HEX triplet: 48, 25 and 44. RGB value is (72,37,68). Sum of RGB (Red+Green+Blue) = 72+37+68=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #482544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482544 is #B7DABB. Grayscale: #323232. Windows color (decimal): -12049084 or 4465992. OLE color: 4465992.

HSL color Cylindrical-coordinate representation of color #482544: hue angle of 306.86º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482544 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB723768-
CMYK00.490.060.72
HSL306.86º32.11%21.37%-
HSV(B)306.86º48.61%28.24%-
XYZ4.383.125.84-
YUV51137.6142.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=40.68%
G=20.90%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72376800.490.060.72306.8632.1121.37
Hex4825440316481332015
Octal1104510406161104634025
Binary100100010010110001000110001110100100010011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482544; }

 p { color: rgb(72,37,68); }

 H1.HeaderClassName
 {
   color: #482544;
 }
 .AnyTagClassName
 {
   color: #482544;
 }
</style>
background-color css

<style>
 a { background-color: #482544; }

 a { background-color: rgb(72,37,68); }

 div.DivClassName
 {
   background-color: #482544;
 }
 .BgClassName
 {
   background-color: #482544;
 }
</style>
border-color css

<style>
 span { border-color: #482544; }

 span { border-color: rgb(72,37,68); }

 td.TdClassName
 {
   border-color: #482544;
 }
 .TagClassName
 {
   border-color: #482544;
 }
</style>