Html Css Color HEX #593049 Loulou

📋 copy color: '#593049'

red 89 ◦ green 48 ◦ blue 73

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

Shades of Loulou #593049

Tints of Loulou #593049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 42.38%
G = 22.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#593049 (or 0x593049) is known color: Loulou. HEX triplet: 59, 30 and 49. RGB value is (89,48,73). Sum of RGB (Red+Green+Blue) = 89+48+73=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #593049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593049 is #A6CFB6. Grayscale: #3F3F3F. Windows color (decimal): -10932151 or 4796505. OLE color: 4796505.

HSL color Cylindrical-coordinate representation of color #593049: hue angle of 323.41º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #593049 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 73 -
CMYK 0 0.46 0.18 0.65
HSL 323.41º 0.3% 0.27% -
HSV(B) 323.41º 0.46% 0.35% -
XYZ 6.38 4.72 6.88 -
YUV 63.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 89 48 73 0 0.46 0.18 0.65 323.41 0.3 0.27
Hex 59 30 49 0 2E 12 41 143 1E 1B
Octal 131 60 111 0 56 22 101 503 36 33
Binary 1011001 110000 1001001 0 101110 10010 1000001 101000011 11110 11011

Color Harmonies of #593049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593049

Black with #593049

Text Example


Text Example

White with #593049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593049; }

 p { color: rgb(89,48,73); }

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

background-color css

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

 a { background-color: rgb(89,48,73); }

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

border-color css

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

 span { border-color: rgb(89,48,73); }

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