Html Css Color HEX #59324A Loulou

📋 copy color: '#59324A'

red 89 ◦ green 50 ◦ blue 74

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

Shades of Loulou #59324A

Tints of Loulou #59324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 41.78%
G = 23.47%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59324A (or 0x59324A) is known color: Loulou. HEX triplet: 59, 32 and 4A. RGB value is (89,50,74). Sum of RGB (Red+Green+Blue) = 89+50+74=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #59324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59324A is #A6CDB5. Grayscale: #404040. Windows color (decimal): -10931638 or 4862553. OLE color: 4862553.

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

Color convert

RGB 89 50 74 -
CMYK 0 0.44 0.17 0.65
HSL 323.08º 0.28% 0.27% -
HSV(B) 323.08º 0.44% 0.35% -
XYZ 6.5 4.9 7.08 -
YUV 64.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 89 50 74 0 0.44 0.17 0.65 323.08 0.28 0.27
Hex 59 32 4A 0 2C 11 41 143 1C 1B
Octal 131 62 112 0 54 21 101 503 34 33
Binary 1011001 110010 1001010 0 101100 10001 1000001 101000011 11100 11011

Color Harmonies of #59324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59324A

Black with #59324A

Text Example


Text Example

White with #59324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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