Html Css Color HEX #5A3249 Loulou

📋 copy color: '#5A3249'

red 90 ◦ green 50 ◦ blue 73

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

Shades of Loulou #5A3249

Tints of Loulou #5A3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 42.25%
G = 23.47%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A3249 (or 0x5A3249) is known color: Loulou. HEX triplet: 5A, 32 and 49. RGB value is (90,50,73). Sum of RGB (Red+Green+Blue) = 90+50+73=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3249 is #A5CDB6. Grayscale: #404040. Windows color (decimal): -10866103 or 4797018. OLE color: 4797018.

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

Color convert

RGB 90 50 73 -
CMYK 0 0.44 0.19 0.65
HSL 325.5º 0.29% 0.27% -
HSV(B) 325.5º 0.44% 0.35% -
XYZ 6.56 4.94 6.91 -
YUV 64.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 90 50 73 0 0.44 0.19 0.65 325.5 0.29 0.27
Hex 5A 32 49 0 2C 13 41 146 1D 1B
Octal 132 62 111 0 54 23 101 506 35 33
Binary 1011010 110010 1001001 0 101100 10011 1000001 101000110 11101 11011

Color Harmonies of #5A3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3249

Black with #5A3249

Text Example


Text Example

White with #5A3249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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