Html Css Color HEX #593250 Loulou

📋 copy color: '#593250'

red 89 ◦ green 50 ◦ blue 80

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

Shades of Loulou #593250

Tints of Loulou #593250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 40.64%
G = 22.83%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#593250 (or 0x593250) is known color: Loulou. HEX triplet: 59, 32 and 50. RGB value is (89,50,80). Sum of RGB (Red+Green+Blue) = 89+50+80=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #593250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593250 is #A6CDAF. Grayscale: #414141. Windows color (decimal): -10931632 or 5255769. OLE color: 5255769.

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

Color convert

RGB 89 50 80 -
CMYK 0 0.44 0.10 0.65
HSL 313.85º 0.28% 0.27% -
HSV(B) 313.85º 0.44% 0.35% -
XYZ 6.71 4.98 8.2 -
YUV 65.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 89 50 80 0 0.44 0.10 0.65 313.85 0.28 0.27
Hex 59 32 50 0 2C A 41 13A 1C 1B
Octal 131 62 120 0 54 12 101 472 34 33
Binary 1011001 110010 1010000 0 101100 1010 1000001 100111010 11100 11011

Color Harmonies of #593250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593250

Black with #593250

Text Example


Text Example

White with #593250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593250; }

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

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

background-color css

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

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

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

border-color css

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

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

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