Html Css Color HEX #5A2149 Loulou

📋 copy color: '#5A2149'

red 90 ◦ green 33 ◦ blue 73

#5A2149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #5A2149

Tints of Loulou #5A2149

RGB

 RED value IS 90 (35.55% from 255) = 45.92%

 GREEN value IS 33 (13.28% from 255) = 16.84%

 BLUE value IS 73 (28.91% from 255) = 37.24%

R = 45.92%
G = 16.84%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A2149 (or 0x5A2149) is known color: Loulou. HEX triplet: 5A, 21 and 49. RGB value is (90,33,73). Sum of RGB (Red+Green+Blue) = 90+33+73=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2149 is #A5DEB6. Grayscale: #363636. Windows color (decimal): -10870455 or 4792666. OLE color: 4792666.

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

Color convert

RGB 90 33 73 -
CMYK 0 0.63 0.19 0.65
HSL 317.89º 0.46% 0.24% -
HSV(B) 317.89º 0.63% 0.35% -
XYZ 5.96 3.74 6.71 -
YUV 54.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 90 33 73 0 0.63 0.19 0.65 317.89 0.46 0.24
Hex 5A 21 49 0 3F 13 41 13E 2E 18
Octal 132 41 111 0 77 23 101 476 56 30
Binary 1011010 100001 1001001 0 111111 10011 1000001 100111110 101110 11000

Color Harmonies of #5A2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2149

Black with #5A2149

Text Example


Text Example

White with #5A2149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A2149;
 }
 .AnyTagClassName
 {
   color: #5A2149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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