Html Css Color HEX #5A2749 Loulou

📋 copy color: '#5A2749'

red 90 ◦ green 39 ◦ blue 73

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

Shades of Loulou #5A2749

Tints of Loulou #5A2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

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

R = 44.55%
G = 19.31%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A2749 (or 0x5A2749) is known color: Loulou. HEX triplet: 5A, 27 and 49. RGB value is (90,39,73). Sum of RGB (Red+Green+Blue) = 90+39+73=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2749 is #A5D8B6. Grayscale: #3A3A3A. Windows color (decimal): -10868919 or 4794202. OLE color: 4794202.

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

Color convert

RGB 90 39 73 -
CMYK 0 0.57 0.19 0.65
HSL 320º 0.4% 0.25% -
HSV(B) 320º 0.57% 0.35% -
XYZ 6.14 4.11 6.77 -
YUV 58.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 90 39 73 0 0.57 0.19 0.65 320 0.4 0.25
Hex 5A 27 49 0 39 13 41 140 28 19
Octal 132 47 111 0 71 23 101 500 50 31
Binary 1011010 100111 1001001 0 111001 10011 1000001 101000000 101000 11001

Color Harmonies of #5A2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2749

Black with #5A2749

Text Example


Text Example

White with #5A2749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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