#5A244A

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

Shades of Loulou #5A244A

Tints of Loulou #5A244A

Color information

#5A244A (or 0x5A244A) is unknown color: approx Loulou. HEX triplet: 5A, 24 and 4A. RGB value is (90,36,74). Sum of RGB (Red+Green+Blue) = 90+36+74=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A244A is #A5DBB5. Grayscale: #383838. Windows color (decimal): -10869686 or 4858970. OLE color: 4858970.

HSL color Cylindrical-coordinate representation of color #5A244A: hue angle of 317.78º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A244A is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB903674-
CMYK00.600.180.65
HSL317.78º42.86%24.71%-
HSV(B)317.78º60%35.29%-
XYZ6.083.936.92-
YUV56.48137.89151.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 74 (29.30% from 255) = 37%
R=45%
G=18%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90367400.600.180.65317.7842.8624.71
Hex5A244A03C124113e2b19
Octal13244112074221014765331
Binary10110101001001001010011110010010100000110011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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