Html Css Color HEX #593350 Loulou

📋 copy color: '#593350'

red 89 ◦ green 51 ◦ blue 80

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

Shades of Loulou #593350

Tints of Loulou #593350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

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

R = 40.45%
G = 23.18%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#593350 (or 0x593350) is known color: Loulou. HEX triplet: 59, 33 and 50. RGB value is (89,51,80). Sum of RGB (Red+Green+Blue) = 89+51+80=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #593350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593350 is #A6CCAF. Grayscale: #414141. Windows color (decimal): -10931376 or 5256025. OLE color: 5256025.

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

Color convert

RGB 89 51 80 -
CMYK 0 0.43 0.10 0.65
HSL 314.21º 0.27% 0.27% -
HSV(B) 314.21º 0.43% 0.35% -
XYZ 6.75 5.07 8.21 -
YUV 65.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 89 51 80 0 0.43 0.10 0.65 314.21 0.27 0.27
Hex 59 33 50 0 2B A 41 13A 1B 1B
Octal 131 63 120 0 53 12 101 472 33 33
Binary 1011001 110011 1010000 0 101011 1010 1000001 100111010 11011 11011

Color Harmonies of #593350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593350

Black with #593350

Text Example


Text Example

White with #593350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593350; }

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

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

background-color css

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

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

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

border-color css

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

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

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