#482244

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

Shades of Loulou #482244

Tints of Loulou #482244

Color information

#482244 (or 0x482244) is unknown color: approx Loulou. HEX triplet: 48, 22 and 44. RGB value is (72,34,68). Sum of RGB (Red+Green+Blue) = 72+34+68=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482244 is #B7DDBB. Grayscale: #313131. Windows color (decimal): -12049852 or 4465224. OLE color: 4465224.

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

Color convert

RGB723468-
CMYK00.530.060.72
HSL306.32º35.85%20.78%-
HSV(B)306.32º52.78%28.24%-
XYZ4.292.945.81-
YUV49.24138.59144.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=41.38%
G=19.54%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72346800.530.060.72306.3235.8520.78
Hex4822440356481322415
Octal1104210406561104624425
Binary100100010001010001000110101110100100010011001010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482244; }

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

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

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

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

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

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

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

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