#5A1E4A

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

Shades of Loulou #5A1E4A

Tints of Loulou #5A1E4A

Color information

#5A1E4A (or 0x5A1E4A) is unknown color: approx Loulou. HEX triplet: 5A, 1E and 4A. RGB value is (90,30,74). Sum of RGB (Red+Green+Blue) = 90+30+74=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E4A is #A5E1B5. Grayscale: #343434. Windows color (decimal): -10871222 or 4857434. OLE color: 4857434.

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

Color convert

RGB903074-
CMYK00.670.180.65
HSL316º50%23.53%-
HSV(B)316º66.67%35.29%-
XYZ5.923.66.86-
YUV52.96139.88154.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.39%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=46.39%
G=15.46%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90307400.670.180.653165023.53
Hex5A1E4A043124113c3218
Octal132361120103221014746230
Binary10110101111010010100100001110010100000110011110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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