Html Css Color HEX #59324F Loulou

📋 copy color: '#59324F'

red 89 ◦ green 50 ◦ blue 79

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

Shades of Loulou #59324F

Tints of Loulou #59324F

RGB

 RED value IS 89 (35.16% from 255) = 40.83%

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

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 40.83%
G = 22.94%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59324F (or 0x59324F) is known color: Loulou. HEX triplet: 59, 32 and 4F. RGB value is (89,50,79). Sum of RGB (Red+Green+Blue) = 89+50+79=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59324F is #A6CDB0. Grayscale: #404040. Windows color (decimal): -10931633 or 5190233. OLE color: 5190233.

HSL color Cylindrical-coordinate representation of color #59324F: hue angle of 315.38º degrees, saturation: 0.28, 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 #59324F is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 79 -
CMYK 0 0.44 0.11 0.65
HSL 315.38º 0.28% 0.27% -
HSV(B) 315.38º 0.44% 0.35% -
XYZ 6.67 4.97 8 -
YUV 64.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 89 50 79 0 0.44 0.11 0.65 315.38 0.28 0.27
Hex 59 32 4F 0 2C B 41 13B 1C 1B
Octal 131 62 117 0 54 13 101 473 34 33
Binary 1011001 110010 1001111 0 101100 1011 1000001 100111011 11100 11011

Color Harmonies of #59324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59324F

Black with #59324F

Text Example


Text Example

White with #59324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59324F; }

 p { color: rgb(89,50,79); }

 H1.HeaderClassName
 {
   color: #59324F;
 }
 .AnyTagClassName
 {
   color: #59324F;
 }
</style>

background-color css

<style>
 a { background-color: #59324F; }

 a { background-color: rgb(89,50,79); }

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

border-color css

<style>
 span { border-color: #59324F; }

 span { border-color: rgb(89,50,79); }

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