#5A2249

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

Shades of Loulou #5A2249

Tints of Loulou #5A2249

Color information

#5A2249 (or 0x5A2249) is unknown color: approx Loulou. HEX triplet: 5A, 22 and 49. RGB value is (90,34,73). Sum of RGB (Red+Green+Blue) = 90+34+73=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2249 is #A5DDB6. Grayscale: #373737. Windows color (decimal): -10870199 or 4792922. OLE color: 4792922.

HSL color Cylindrical-coordinate representation of color #5A2249: hue angle of 318.21º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A2249 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB903473-
CMYK00.620.190.65
HSL318.21º45.16%24.31%-
HSV(B)318.21º62.22%35.29%-
XYZ5.993.86.72-
YUV55.19138.05152.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=45.69%
G=17.26%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90347300.620.190.65318.2145.1624.31
Hex5A224903E134113e2d18
Octal13242111076231014765530
Binary10110101000101001001011111010011100000110011111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A2249; }

 p { color: rgb(90,34,73); }

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

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

 a { background-color: rgb(90,34,73); }

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

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

 span { border-color: rgb(90,34,73); }

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