#5A224A

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

Shades of Loulou #5A224A

Tints of Loulou #5A224A

Color information

#5A224A (or 0x5A224A) is unknown color: approx Loulou. HEX triplet: 5A, 22 and 4A. RGB value is (90,34,74). Sum of RGB (Red+Green+Blue) = 90+34+74=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A224A is #A5DDB5. Grayscale: #373737. Windows color (decimal): -10870198 or 4858458. OLE color: 4858458.

HSL color Cylindrical-coordinate representation of color #5A224A: hue angle of 317.14º 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 #5A224A is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB903474-
CMYK00.620.180.65
HSL317.14º45.16%24.31%-
HSV(B)317.14º62.22%35.29%-
XYZ6.023.816.9-
YUV55.3138.55152.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.45%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=45.45%
G=17.17%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90347400.620.180.65317.1445.1624.31
Hex5A224A03E124113d2d18
Octal13242112076221014755530
Binary10110101000101001010011111010010100000110011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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