Html Css Color HEX #5A2F49 Loulou

📋 copy color: '#5A2F49'

red 90 ◦ green 47 ◦ blue 73

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

Shades of Loulou #5A2F49

Tints of Loulou #5A2F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.38%

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

R = 42.86%
G = 22.38%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A2F49 (or 0x5A2F49) is known color: Loulou. HEX triplet: 5A, 2F and 49. RGB value is (90,47,73). Sum of RGB (Red+Green+Blue) = 90+47+73=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F49 is #A5D0B6. Grayscale: #3E3E3E. Windows color (decimal): -10866871 or 4796250. OLE color: 4796250.

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

Color convert

RGB 90 47 73 -
CMYK 0 0.48 0.19 0.65
HSL 323.72º 0.31% 0.27% -
HSV(B) 323.72º 0.48% 0.35% -
XYZ 6.44 4.69 6.87 -
YUV 62.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 90 47 73 0 0.48 0.19 0.65 323.72 0.31 0.27
Hex 5A 2F 49 0 30 13 41 144 1F 1B
Octal 132 57 111 0 60 23 101 504 37 33
Binary 1011010 101111 1001001 0 110000 10011 1000001 101000100 11111 11011

Color Harmonies of #5A2F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2F49

Black with #5A2F49

Text Example


Text Example

White with #5A2F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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